Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
PLC4580/26JULAEP
** PASSENGERS CHECKED **
FLT: 4580    BRD: AEP    WED 26JUL06
STATUS    CHECK IN: OPEN      
          BOARDING: CLOSE         PAXS:  10
 ORD  NAME                        SEAT  BK OFF CODE   BOARD
 002. ZAOMON/A                          B  COR CYPNSD
 003. ARAGON/ANA                        Y  COR TQEJEW
 004. MENDEZ/JUAN                       Y  COR VODDNB
 005. DELAVEGA/DIEGO         *CHD       Y  COR TQEJEW
 006. DELAVEGA/MARTIN        *CHD       Y  COR TQEJEW
 007. LOPILO/A                          Y  COR OFYEZM
 008. LOPILO/S                          Y  COR OFYEZM
 009. LOPILO/D                          Y  COR OFYEZM
 010. JUAREZ/NORA                       Y  COR QUKEZE
 011. JUNES/S                           Y  COR SUWDMD

Description:

FLT: 4580

Flight

BRD: AEP

Board Point

WED 26JUL06

Date

STATUS CHECK IN: OPEN

Status for Check-in

BOARDING: CLOSE

Status for boarding

PAXS: 10

Passenger count

ORD

Sequence number order

NAME

Passenger Name

SEAT

Seat Number

BK

Booking Code

OFF

Off Point

CODE

PNR Code

BOARD

Board indicator,

In

If passenger is boarded displays a "Y"

Note

On this example the sequences listes start on 002, this means the sequence 001 was offloaded after being accepted

...

Display passengers boarded only for the flight segment AEP BRC MDQ by Sequence number. 

Code Block
PLC4420AEPMDQ
** PASSENGERS CHECKED **
FLT: 4420    BRD: AEP    FRI 12DEC08
             OFF: MDQ
STATUS    CHECK IN: OPEN      
          BOARDING: OPEN         
 ORD  NAME                        SEAT   BK OFF CODE   BOARD
 001. CALI/A                       4B    Y  MDQ OCNEPF
 002. WESTER/A                     5C    Y  MDQ KMISAF
 005. ALMEYDA/D                    7B    Y  MDQ KMISAF
 006. CIRIO/J                      7C    Y  MDQ KMISAF
 007. FRATTIN/J                    8B    Y  MDQ KMISAF
 008. GALLO/L                      8C    Y  MDQ KMISAF
 015. ZUAZO/T                      1C    Y  MDQ BQHKEI
 016. HORNA/L                      1D    Y  MDQ BQHKEI

Warning

Once Check-in is closed (PD entry) PLC entry will not accept any filters, the list displayed will include all passengers (as /* displays)

If carries carrier uses the check-in module version 2. PLC will include an option for inbound and outbound connecting flight information. 

...

  • Connecting type information:

I: conexión entrante o incoming connection or inbound.

O: conexión saliente o onward connection or outbound.

  • Source of check-in indicator

...

Indicator for passenger accepted on another system: 

  • I: shows  s thetnds for the word IATCI, meaning passenger was accepted on another check-in DCS system. 

Combinations

XI 

passenger has Inbound connection

XO

passenger has Outbound connection

XIO 

passenger has Inbound and outbound connection

WI    

Passenger was accepted via web check-in and has an Inbound connection

WO   

Passenger was accepted via web check-in and has an outbound connection

WIO

Passenger was accepted via web check-in and has an Inbound and outbound connection

II

Passenger was accepted on another system and has an Inbound connection

IO  

Passenger was accepted on another system and has an Outbound connection

Example:

Code Block
PLC1239/28MARCOR
 
 PASSENGERS CHECKED
FLT: 1239    BRD: COR    SAT 28MAR15
                    
STATUS    CHECK IN: OPEN     
          BOARDING: CLOSE         PAXS:   2
 
 ORD    NAME                                 SEAT BK OFF CODE   BOARD
 001  o MENDES/MATIAS                          1A Y  SLA POITFG
 003xi  SUAREZ/MARCOS                          5A Y  SLA DFGTXA
 004xo  SANTOS/MARIA LUX                       5B Y  SLA ERTYUA
 005xio LOPEZ/JUAN                             5C Y  SLA JKLOXA
 006iio PEREZ/SAMUEL                           6B Y  SLA BLKGXA
 

...

Code Block
PLC4420/12DECAEP#N

Response:

Code Block
PLC4420/12DECAEP#N

** PASSENGERS CHECKED **
FLT: 4420    BRD: AEP    FRI 12DEC08
                             ORDER BY : NAME

STATUS    CHECK IN: OPEN      
          BOARDING: OPEN         PAXS:  16

 ORD  NAME                        SEAT   BK OFF CODE   BOARD
 005. ALMEYDA/D                    7B    Y  MDQ KMISAF
 011. ARIAS/A                      6A    Y  BRC DPYZKM
 004. BENDER/J                     6B    Y  MDQ KMISAF
 001. CALI/A                       4B    Y  MDQ OCNEPF
 006. CIRIO/J                      7C    Y  MDQ KMISAF
 010. DEMELO/A                     5A    Y  BRC DPYZKM
 007. FRATTIN/J                    8B    Y  MDQ KMISAF
 008. GALLO/L                      8C    Y  MDQ KMISAF
 016. HORNA/L                      1D    Y  MDQ BQHKEI
 003. MELLI/A                      6C    Y  MDQ KMISAF
 012. NARA/W                       7A    Y  BRC DPYZKM
 009. PACHECO/A                    4A    Y  BRC DPYZKM
 013. SEMPRES/A                    8A    Y  BRC DPYZKM
 014. VIDAL/A                      9A    Y  BRC DPYZKM
 002. WESTER/A                     5C    Y  MDQ KMISAF
 015. ZUAZO/T                      1C    Y  MDQ BQHKEI

...

Code Block
languagexml
PLC4176/25SEPAEP/STJMP

Description:

PLC4176/25SEPAEP 

Same format entry as for PLC


Slash


ST 

Seat indicator


JMP

Jump seat display indicator


System responds by displaying the following list 

...

Entry also also accepts the following filtered

PLC4176/25SEPAEP/ST1  

All seats that contain a number 1

PLC4176/25SEPAEP/ST11 

All seats on row 11 or containing a number 1

PLC4176/25SEPAEP/STA 

Pax in row A

Accepted passenger list displayed by comments 

...

PLC4420/24OCTAEP/MS

Description:

PLC4420/24OCTAEP

Same format entry as for PLC

/

Slash

MS

Comment indicator


System will display a list filtering those passengers including comments

...

Code Block
PLC4444/29MAYAEP/*

...

Info

The filters described on top are combinable

In addition /MS filter combines with /BT+. The parameter /MS/MT+ is fixed and must be entered on that order, it cannot be combined with other filters.

Accepted passenger list displayed by booking class 

...

Use this filter to display all accepted passengers by the booking class reserved:

Code Block
languagexml
PLC4176/BK

List will display alphabetically

Accepted passenger list displayed by cabin compartment 

...

Use this filter to display all accepted passengers by cabin compartment  (F: First, C: Business, Y: Economy). 

Code Block
PLC4176/CF

Letter  C is the indicator for CABIN  followed by the cabin compartment 

Example

PLC4176/CF     Passenger accommodated on FIRST CLASS

PLC4176/CC     Passenger accommodated on BUSINESS CLASS

PLC4176/CY     Passenger accommodated on  ECONOMY CLASS

Accepted passenger list  with SSR

...

This list filters  by a specific SSR or all the SSRs, so we can have the information of the passengers with one or more special services requested that are checked.

There is also an option to obtain a list of all checked passengers that have an SSR other than the SSR described under the "standard SSR list" of the JJSSR table.

Command structure is:

Code Block
languagexml
PLC <flight> / <date> <origin> / SR <SSR>

Example:

Code Block
languagexml
PLC49/20MARMVD/SRVGML

It is possible to filter  the list  by an SSR code, for more than one (up to 3 codes), and also all passengers checked with SSR.

Filter by a single SSR code

Code Block
languagexml
PLC <flight> / <date> <origin> / SR <ssr>

Example:

Code Block
languagexml
PLC49/20MARMVD/SRVGML

Only checked passengers with VGML will be returned when using this filter.

Filter by more than a single SSR(Maximum 3)

Code Block
languagexml
PLC <flight> / <date> <origin> / SR <ssr>, <ssr>, <ssr>

Example:

Code Block
languagexml
PLC49/20MARMVD/SRVGML,WCHC,BIKE

If more than 3 SSR codes are entered  the system response will be "CHECK ENTRY"

Filter to display all checked passengers with SSRs.

Code Block
languagexml
PLC <flight> / <date> <origin> / SRALL

Example:

Code Block
languagexml
PLC49/20MARMVD/SRALL

NEW FILTER

Filter  to display  all checked passengers with non standard SSRs.

This extension filters all passengers checked with SSR that are NOT in the standard list, so you can obtain the information of the real required special services.

Code Block
languagexml
PLC <flight> / <date> <origin> / SR-STD

Example:

Code Block
languagexml
PLC49/20MARMVD/SR-STD

System response in all cases will be a list of passengers with their boarding number, name, seat, class, locator and booking  class. Below each name you can see the SSR booked  for that passenger.

Filter of all  passengers on flight 49 with a requested special service.

...

Filter all passenger on flight 49 with a confirmed PETC

...

Filter passengers boarding  MVD and deplaning BRC with special services 

...

Considerations:

  • Passengers must have at least one confirmed SSR to be included in the list

  • This list can be sent only before the flight is under final closeout (PD)

  • If the flight has more than one leg, the list can be displayed until the flight is closeout at the last airport

  • This entry can be displayed by boarding airport (MVD) or by flight route(MVDBRC) in case the flight has more than one leg and the information of the leg in question is required

Accepted passenger list displayed by Inbound/Outbound Connections

...

The entries PLI and PLO display, as a list, all passengers accepted on the flight having inbound connections(PLI) or Outbound connections (PLO).

At the end of the display TOTAL CHECKED IN means all passengers accepted on the flight regardless of the connecting flight information including infants, the TOTAL CONNECTING includes only passengers with connecting flights,  at the bottom of the display the totals for baggage pieces and weight 

Warning

Entries PLI/PLO can be executed only before flight close ( PD). If executing after flight close system responds INVALID FLIGHT.

Inbound passenger list display 

...

The entry to display the list of incoming passengers for a flight, the following Comma separator should be entered:

Code Block
languagexml
PLI{flight}/{date}{Board Point}

Example:

PLI17/23OCTCOR

Code Block
PLI17/23OCTCOR
FLT:  17 COR      SAT 23OCT10   1D
 INBOUNDS FLIGHTS                OFF CL CODE   ST    NAME                    BAGS
 XX016  23OCT ROSCOR 09:00    1. NQN Y  HCRARC HK/HK ALIZO/VICTORIA
                              2. NQN Y  PZNMPB HK/HK GABINO/ADRIANA RAQUE
                              3. NQN Y  YWVOQG HK/HK GARCIA/ISMAEL MR
                              4. NQN Y  GNDFAA HK/HK GARCIA/MARCELA DELIA
                              5. NQN Y  IMMXUQ HK/HK NIEVA/SILVINA ROXANA
                                                                 TOTAL         6/95
                                 TOTAL CONNECTING:  5
                                 TOTAL CHECKED IN:  7
Note

El vuelo XX17/23OCT, que opera la ruta de COR a NQN, tiene ya chequeados a 7 pasajeros (incluyendo INF), de los cuales 5 provienen (inbound) del vuelo XX16/23OCT que opera la ruta de ROS a COR (excluyendo INF).

...

Accepted passenger list displayed by Outbound Connecting Flights

...

Use the following entry to display all passengers whose itinerary includes an Outbound flight:

Code Block
PLO{flight}/{date}{Board Point}

Example:

PLO16/23OCTROS

Code Block
PLO16/23OCTROS
FLT:  16 ROS      SAT 23OCT10   1D

 OUTBOUNDS FLIGHTS               OFF CL CODE   ST    NAME                 BAGS

 XX017  23OCT CORNQN 09:45    1. COR Y  HCRARC HK/HK ALIZO/VICTORIA
                              2. COR Y  WXKGKY HK/HK ELJACH/SERGIO
                              3. COR Y  WORUOY HK/HK ELJACH/SERGIO
                              4. COR Y  YWVOQG HK/HK GARCIA/ISMAEL MR
                              5. COR Y  GNDFAA HK/HK GARCIA/MARCELA DELIA
                              6. COR Y  FWDRKX HK/HK SAJAMI/GRACIELA

                                                             TOTAL         8/158

 XX8000 23OCT CORMDZ 11:15    1. COR Y  UPILRH HK/HK BERMUDEZ/ALEXANDER
                              2. COR Y  YUTJDB HK/HK TORRES/SILVIA

                                                             TOTAL         4/67

                                 TOTAL CONNECTING:  8

                                 TOTAL CHECKED IN:  13
Note

On the flight XX16/23OCT operating the route ROS to COR, there are 13 passengers accepted (including INF) and 6 will continue to connect to flight XX17/23OCT from COR to NQN according to their itinerary, and other two will connect to flight XX8000/23OCT from COR to MDZ (excluding INF)

If there is not any passenger with an outbound connection on its itinerary , the system response is NO DATA

...

Possible error messages

INVALID FLIGHT

Check flight number, date, board point or check if flight is already closed (PD)

Extensions

Baggage information

Generate a list including Inbound Connections (PLI) and Outbound Connections (PLO) including the baggage information. 

Add the /BT indicator at the end of the entry to include the bag tag number information

Code Block
languagexml
PLI{flight}/{date}{Board Point}/BT
Code Block
PLO{flight}/{date}{Board Point}/BT

Example:

PLO16/4NOVROS/BT

Code Block
PLO16/4NOVROS/BT
FLT:  16 ROS      THU 04NOV10   1D

 OUTBOUNDS FLIGHTS               OFF CL CODE   ST    NAME               BAGTAG

 XX017  04NOV CORNQN 09:45    1. COR Y  DMMNDP HK/HK BALBUENA/ROBERTO   12345
                              2. COR Y  NLNDNX HK/HK BETANCOURT/CH      12/6/7
                              3. COR Y  DMMNDP HK/HK DIAZ/OSCAR
                              4. COR Y  SDIZPZ HK/HK ESTABA/ALBERTO
                              5. COR Y  UJBJMC HK/HK GOMEZ/MIGUEL       23/234
                              6. COR Y  NGSJPU HK/HK LOPEZ/A  (CHD)
                              7. COR Y  NGSJPU HK/HK LOPEZ/B

                                 TOTAL CONNECTING:  7

                                 TOTAL CHECKED IN: 10

To display the number of pieces of baggage, their weight and tag numbers, use the extension /BT+ as shown below 

Code Block
languagexml
PLI{flight}/{date}{Board Point}/BT+	

,

Code Block
languagexml
PLO{flight}/{date}{Board Point}/BT+

Example:

PLO16/4NOVROS/BT+

Code Block
PLO16/4NOVROS/BT+
FLT:  16 ROS      THU 04NOV10   1D

 OUTBOUNDS FLIGHTS               OFF CL CODE   ST    NAME             BAGTAG

 XX017  04NOV CORNQN 09:45    1. COR Y  DMMNDP HK/HK BALBUENA/ROBERTO 2/25 12345
                              2. COR Y  NLNDNX HK/HK BETANCOURT/CH    3/30 12/6/7
                              3. COR Y  DMMNDP HK/HK DIAZ/OSCAR       0/0
                              4. COR Y  SDIZPZ HK/HK ESTABA/ALBERTO   0/0
                              5. COR Y  UJBJMC HK/HK GOMEZ/MIGUEL     2/30 23/234
                              6. COR Y  NGSJPU HK/HK LOPEZ/A  (CHD)   3/15
                              7. COR Y  NGSJPU HK/HK LOPEZ/B          0/0

                                 TOTAL CONNECTING:  7

                                 TOTAL CHECKED IN: 10

PLO55/12MAY/GN

FLT:  55 AEP      MON 12MAY14   0D


 OUTBOUNDS FLIGHTS               OFF CL CODE   ST    NAME


 XX204  12MAY MVDNQN 16:00    1. MVD Y  ZKQRDT HK/HK PEREZ/CHD

  1. MVD Y  ZKQRDT HK/HK PEREZ/JUAN


                                                                           TOTAL         0/0         

                                 TOTAL PAX WEIGHT ADT M:     80

                                 TOTAL PAX WEIGHT ADT F:      0

                                 TOTAL PAX WEIGHT INF  :     10


 XX045  12MAY MVDBRC 17:00    1. MVD Y  OKOQHS HK/HK MONTE/ADT

  1. MVD Y  OKOQHS HK/HK MONTE/CHD  (CHD)

  2. MVD Y  OKOQHS HK/HK MONTE/CLARA


                                                                          TOTAL         0/0         

                                 TOTAL PAX WEIGHT ADT F:      0

                                 TOTAL PAX WEIGHT CHD  :     40

                                 TOTAL PAX WEIGHT INF  :     10



                                 TOTAL CONNECTING:  5


                                 TOTAL CHECKED IN:  7

In order to include the passenger gender and weight add the extension /GN as shown below:

Code Block
languagexml
PLI{flight}/{date}{Board Point}/GN
Code Block
languagexml
PLO{flight}/{date}{Board Point}/GN

Passenger weight is displayed as follows: 

TOTAL PAX WEIGHT ADT M: includes the weight for all accepted male passenger 

TOTAL PAX WEIGHT ADT F: includes the weight for all accepted female passenger 

TOTAL PAX WEIGHT CHD: includes the weight for all accepted child passenger 

TOTAL PAX WEIGHT INF: includes the weight for all accepted infant passenger 

Code Block
PLO55/12MAY/GN
FLT:  55 AEP      MON 12MAY14   0D

 OUTBOUNDS FLIGHTS               OFF CL CODE   ST    NAME

 XX204  12MAY MVDNQN 16:00    1. MVD Y  ZKQRDT HK/HK PEREZ/CHD
                              2. MVD Y  ZKQRDT HK/HK PEREZ/JUAN

                                                                           TOTAL         0/0         
                                 TOTAL PAX WEIGHT ADT M:     80
                                 TOTAL PAX WEIGHT ADT F:      0
                                 TOTAL PAX WEIGHT INF  :     10

 XX045  12MAY MVDBRC 17:00    1. MVD Y  OKOQHS HK/HK MONTE/ADT
                              2. MVD Y  OKOQHS HK/HK MONTE/CHD  (CHD)
                              3. MVD Y  OKOQHS HK/HK MONTE/CLARA

                                                                          TOTAL         0/0         
                                 TOTAL PAX WEIGHT ADT F:      0
                                 TOTAL PAX WEIGHT CHD  :     40
                                 TOTAL PAX WEIGHT INF  :     10


                                 TOTAL CONNECTING:  5

                                 TOTAL CHECKED IN:  7

Passenger List Type 

The following chart compares the information displayed on the entries PLI / PLO / PLC / LD / LI / LO

PLC

Displays all passenger accepted on a flight

LD 

Displays all passenger booked on a flight

PLI 

Displays all passenger accepted on a flight with an inbound connection

LI 

Displays all passenger reserved on a flight with an inbound connection

PLO

Displays all passenger accepted on a flight with an outbound connection

LO

Displays all passenger Reserved on a flight with an outbound connection


Accepted passenger list with inbound connections  (Version 2)

...

Carriers using Check-in version 2 will be able to display the list of passengers with either inbound or outbound connections as shown below: 

Passenger information will be detailed with inbound and outbound connecting flight information ( flight numbers, class of service, date, date of the week, inbound route, STD and STA) 

Inbound Connection: 

Code Block
languagexml
PLC4444/15OCT/I

Example:

Code Block
PLC38/29SEPUSH/I
 
** PASSENGERS CHECKED **
FLT:   38    BRD: USH    TUE 29SEP15
                    
STATUS    CHECK IN: OPEN     
          BOARDING: CLOSE         PAXS:   1
 
 ORD    NAME                                 SEAT BK OFF CODE   BOARD
 001xio ORTIZ/MAURICIO MR                      1C Y  RGA XWGFCR
       .I/ XX035 Y 29SEP TU MDQUSH 1400 1600

Outbound Connection:

Code Block
languagexml
PLC4444/15OCT/O

The Outbound flight information will display the indicator *CHECKED* to indicate that the passenger was accepted on the connecting flight. This indicator will not appear when the passenger was not accepted on the connecting flight. 

Example:

PLC38/29SEPUSH/O

Code Block
** PASSENGERS CHECKED **
FLT:  666    BRD: COR    TUE 18AUG15
                     
STATUS    CHECK IN: OPEN      
          BOARDING: OPEN         PAXS:  11

 ORD    NAME                                 SEAT BK OFF CODE   BOARD
	
 007. o CANDELA PINA/HENLIAN+                  7A Y  AEP QPUYBM
      .O/ XX4420Y 18AUG TU AEPMDQ 1810 1855 *CHECKED* . 

Inbound and Outbound Connections:

Code Block
languagexml
PLC4444/15OCT/IO


Warning

Once check-in is closed (PD) inbound and outbound passenger information will be included.

Example:

PLC35/29SEPMDQ/OI

 

** PASSENGERS CHECKED **

FLT:   35    BRD: MDQ    TUE 18AUG15

                    

STATUS    CHECK IN: OPEN     

          BOARDING: CLOSE         PAXS:   1

 

 ORD    NAME                                 SEAT BK OFF CODE   BOARD

004xio CANDELA PINA/HENLIAN+                  7A Y  MDQ QPUYBM

       .I/ XX666 Y 18AUG TU CORAEP 1400 1500

       .O/ XX4420Y 18AUG TU MDQBRC 1915 2100 *CHECKED*

Accepted Passenger List with Onward connections and baggage detail

PLO<Flight>/<Date><Boarding Airport>/BTO

Example:

...

Accepted Passenger List with Inbound connections and baggage detail

PLI<Flight>/<Date><AirporT>/BTO

Example:

...

Accepted Passenger List displayed by seat number 

...

Add the extension #S to display the accepted passenger list by the seat number

Code Block
languagexml
PLC4420/14MAY#S

The indicator #S means BY SEAT

Passengers checked under a Free-Seating policy will be listed at the top of the list together with infants checked because any of them have a seat number assigned. If flight is fully checked using free-seating” ,then all passengers will be listed in order according to their BN

Passengers accommodated on a Jump seat (JMP) will be listed at the bottom 

The list is displayed by ascending order

List of accepted passenger without baggage 

...

Use this entry to display all passengers accepted on the flight who did not check baggage in 

Code Block
languagexml
PLC4420/14MAY/XBT

This option permits to export the passenger list to an EXCEL file, this is the entry:

Code Block
PLC4420-EXCEL

This entry will generate a file and system will respond with a link to the file location on the computer. Click on the link to open the EXCEL file.

Considerations:

  • Passenger list may be exported adding any of the list filters available. 

  • Exporting will only be available if flight status is open, once flight is close, the system will respond with the following error message. 

Code Block
NOT ALLOWED - FLIGHT CLOSED

Exporting PLC to a FTP/Mail server

...

This entry allows to send the PQTV file including fields like: Y-Boarded or N-Not Boarded, seats and boarding number

Code Block
PLC4500/21JUN-SEND

Transit passengers list

...

This list displays all the transit passengers on a multisector or multileg flight. The input is as shown below:

For example, flight route is  AEP/MDQ/MJR/BHI, and entry is executed from MDQ:

Code Block
PLT<flight>/<date><board point> 

Example:

PLT4330/29APRMDQ

Description:

PLT

Fixed entry

4330

Flight number

/

Slash

29APR

Date

MDQ

Board Point

The command does not require to enter a date when flight is operating on current date.

Example:

Code Block
PLT4330MDQ 
** TRANSIT PASSENGERS** 
FLT: 4330 CNX: MDQ TUE 29APR14

STATUS CHECK IN: OPEN 
       BOARDING: OPEN 

      ORD  NAME                 SEAT BK  CODE     BOARD 
AEPMJR                    PAX 4 
      009. MADRIZ/IVAN JOSE       7B Y   EVYMSP    Y 
      010. NYBYF/ZIAHJ            7C Y   EVYMSP    Y 
      011. WATRHYHXN/TDMUAI       6C Y   EVYMSP    Y 
      012. BVEDT/RIFH             6B Y   EVYMSP 
AEPBHI                    PAX 5 
      004. QYPGAG/EUGENE         11A Y   WKIKKQ    Y 
      005. KYGAVACBK/ALTIN       11B Y   WKIKKQ    Y 
      006. AZUNOIS/KYPRINIS      11C Y   WKIKKQ 
      007. VINKUW/ZRHOUN         10B Y   WKIKKQ 
      008. GVISDYR/IDNIC MRS     10C Y   WKIKKQ 

TOTAL TTL PAX 9

Description:

** TRANSIT PASSENGERS** 


 FLT: 4330

 Flight number

 CNX: MDQ       

 Transit passenger

 TUE 29APR14  

 Flight date

STATUS CHECK IN: OPEN     

BOARDING: OPEN

Check-in Details

ORD                 

Sequence Number  

NAME

Passenger Name

SEAT

Seat Number 

BK       

Booking Code 

CODE   

Record Locator 

BOARD

Boarded indicator

AEPMJR          

Route

PAX                 

Total passengers by flight segment  

TOTAL TTL PAX 9

Total transit passengers

This entry supports the following extensions: document, frequent flyer, bag tag, e-ticket, baggage pieces and weight.

Export to EXCEL is also supported

List for passengers pending to check-in 

...

PLU list includes passengers reserved on the flight but not yet checked-in

Code Block
languagexml
PLU{flight}/{date}

Example:

Code Block
languagexml
PLU4420/01JUL
PLU4420/1JUL
** PASSENGERS NO-CHECKED **
FLT: 4420    BRD: AEP    TUE 01JUL08

STATUS    CHECK IN: OPEN      
          BOARDING: OPEN         PAXS: 12

BRD-OFF  CL CODE       NAME                                           ST
AEP/MDQ  Y  UOSQPC     ARCE/NATALIA                                   HK
         Y  UOSQPC     KISLER/JUAN                                    HK
         Y  ATSUDL     MELINDRES/ANA                                  HK
         Y  YUKOMU     SANCHEZ/JULIAN                                 HK
         Y  ATSUDL     URBINA/JOSE                                    HK

AEP/BRC  Y  WLQQJP     BARIANDARAN/LEANDRO                            HK
         Y  WLQQJP     BENITEZ/JAVIER                                 HK
         Y  WLQQJP     CATTANEO/GABRIEL                               HK
         Y  MLQYZF     MOURE/SILVANA                                  HK
         Y  WLQQJP     PARDO/MARTIN                                   HK
         Y  BKYAFZ     SEMINARA/EZEQUIEL                              HK
         Y  MLQYZF     THYJSHEN/BARBARA                               HK

Description:

FLT: 4420

Flight Number

BRD: AEP       

Board Point

TUE 01JUL08  

Date

STATUS


CHECK IN: OPEN

Check-in Status

BOARDING: OPEN      

Boarding Status

PAXS: 12

Passenger not yet accepted

BRD-OFF

Boarding - Offpoint

CL

Booking Code

CODE             

Record Locator

NAME             

Passenger name

ST

Reservation Status

To display a list for other station, add the board point after the departure date. i.e. PLU4420/01JULAEP   

Passenger list pending acceptance with filters

...

PLU also allows the retrieval for all passengers pending to be check-in with an inbound connection:

Code Block
languagexml
PLU<FLIGHT>/<DATE><ATO>/I

...

It also lists all passengers pending to be checked-in  with an outbound connection

Code Block
languagexml
PLU<FLIGHT>/<DATE><ATO>/O

...

A PLU list displaying passengers pending to be checked-in  with either an inbound or an outbound connection

Code Block
languagexml
PLU<FLIGHT>/<DATE><ATO>/IO

Example:


PLU41/3OCTTUC/IO
** NON CHECKED PASSENGERS **
FLT: XX  41    BRD: TUC    TUE 03OCT17

STATUS    CHECK IN: OPEN     
          BOARDING: OPEN         PAXS: 1

FILTER: ONLY PAXS WITH IN/OUTBOUND FLIGHTS

BRD-OFF  CL CODE       NAME                                           ST
TUC/AEP  Y  SBBMVO     CASTELLON/DANITZA MRS                          HK
        .I/HK  XX1237Y 03OCT TU MDZTUC 1800 1900
        .O/HK  XX4203Y 04OCT WE AEPCOR 0800 0900

...

Accepted Passenger List displayed by user/agent  

...

This entry generates a list of passengers accepted by agent ID.

  •  /US is the filter for the PLC entry:

PLC displays a new column with the AGENT ID   

Code Block
PLC<FLIGHT>/<DATE><Brd Point>/US

Example:

PLC4420/23DECAEP/US

Code Block
** PASSENGERS CHECKED **
FLT: 4420    BRD: AEP    WED 23DEC15
                    
STATUS    CHECK IN: OPEN     
          BOARDING: OPEN         PAXS:  12

 ORD    NAME                                 SEAT BK OFF CODE   BOARD  AGENT ID
 001.   GUILARTE/OSWALDO                       3B B  MDQ KLXIEH        KIUHELPJF
 002.   ALSINA ROYO/JOSE LUI+                  3C B  MDQ KLXIEH        KIUHELPJF
 003.   TST/A                                 11A Y  MDQ VPLOBP        KIUHELPJF
 005.   CAMACHO/VALENTINA MA+                 11C Y  MDQ VPLOBP        KIUHELPJF
 006.   CARABALLERO GALVEZ/O+                  8A Y  BRC ZPRKLC        AEP00XXCK
 007.   CARRILLO/JUAN                          8B Y  BRC ZPRKLC        AEP00XXCK
 008.   TEST/ADTOTRO                           5B B  BRC FYELQU        AEP00XXCK
 009.   PACHECO/GILMA                          5C B  BRC FYELQU        AEP00XXCK
 010.   PEREZ/JUAN MR CARLOS                   9C B  MDQ KLXIEH        AEP00XXJM
 011.   SMITH/ADAM MR                         JMP B  BRC FYELQU        AEP00XXJM
 012.   CABEZAS/ANA SOFIA                     10A B  BRC FYELQU        AEP00XXJM
 013.   CAMACHO/VALENTINA MA+                  6A Y  BRC ZPRKLC        AEP00XXJM


Warning
  • The /US filter can be combined with other filters on the PLC

  • PLC can be exported including the /US indicator

  • Under the column AGENT ID, the agent information is the one shown in the field NEW USER ID when transmitting the HB* command

  • When filtering by AGENT ID, the system will only verify if the entered ID had 9 characters but if user does not exist or the ID format was incorrect, the response will be NO RECORDS for the entered ID

  • Agent ID for a PU command will be always shown on the PLC but not if the agent edited or offloaded a passengerd record

The following entry displays the total number of passengers checked-in by agent:

Code Block
PLA{flight}/{date}{airport}

Example:

PLA4420/04AUGAEP

System response: 

Code Block
languagexml
PLA4420/04AUGAEP
FLT:   49    BRD:MVD    TUE 29SEP15
USER      NAME                 CHECKED   BOARDED  DELETED DEPLANED REPRINTED_BP REPRINTED_BT
KIUHELPGL PERES/JOHN               2         2                 2            1           5
KIUHELPAC CONTRERA/ANA                       1                 1            1            

The list includes the user ID, last name and name for each of the agents who accepted passengers on the flight

CHECKED:

Amount of passenger checked-in by the Agent

BOARDED:

Amount of passenger boarded by the Agent

DELETED:

Amount of passenger canceled by the Agent

DEPLANED:

Amount of passenger deplained by the Agent

REPRINTED_BP:

Amount of reprinted boarding passes by the Agent

REPRINTED_BT:

Amount of reprinted bag tags by the Agent ( System counts the amount of entries and not the tag itself)

Amount of passenger checked-in by the Agent

List for accepted passengers needing manual reacommodation

...

This list will display all passengers needing to be reaccommodated manually after an aircraft registration change:

Code Block
ORD NAME SEAT BK OFF CODE BOARD
001. FRATTIN/JUAN 2A Y MDQ OAKFIJ
002. MERLINI/MARIANO ?9A Y MDQ XDVYXZ

This list is cleared once the passenger is manually reaccomodated by using the passenger edit command PE-2,ST