PASSENGER_NAME
 
 
 
#
00
WHAT IS THE COMMAND TO ENTER A SINGLE PASSENGER NAME INTO A PNR?
 
 
     
# ABACUS: Still Working On
 
 
     
# AMADEUS:
First of all, we have to enter the Transaction Code (NM) for the name, followed by the number of names to be entered in PNR, followed by the passenger's surname, then ( / ) code, followed by the passenger's name and then the title.
 
#
TRANSACTION CODE: NM
 
#
NUMBER: 1
 
#
SURNAME: RAUT
 
#
"/": /
 
#
NAME AND TITLE: UMESH MR
# COMMAND: NM1RAUT/UMESHMR
 
 
     
# GALILEO: Still Working On
 
 
     
# SABRE: Still Working On
 
 
 
 
 
#
00
WHEN TWO PEOPLE HAVE THE SAME SURNAME, HOW WE WILL WRITE THEIR NAMES IN PNR?
 
 
     
# ABACUS: Still Working On
 
 
     
# AMADEUS:
First, we need to enter the Transaction Code for the name (NM) followed by the number of names to be entered in the PNR, then the passenger's surname, then ( / ) code, followed by the first passenger's name and title then ( / ) Code, followed by the second passenger's name and title.
 
#
TRANSACTION CODE: NM
 
#
NUMBER: 2
 
#
SURNAME: RAUT
 
#
"/": /
 
#
NAME AND TITLE: UMESH MR
 
#
"/": /
 
#
NAME AND TITLE: RANJANA MRS
# COMMAND: NM2RAUT/UMESHMR/RANJANAMRS
 
 
     
# GALILEO: Still Working On
 
 
     
# SABRE: Still Working On
 
 
 
 
 
#
00
WHAT IS THE COMMAND TO ENTER A CHILD'S NAME INTO A PNR?
 
 
     
# ABACUS: Still Working On
 
 
     
# AMADEUS:
First of all, we have to enter the Transaction Code (NM) for the name, followed by the number of names to be entered in PNR, followed by the child's surname, then ( / ) code, followed by the child's name and then the title (MSTR), after this passenger type code (CHD).
 
#
TRANSACTION CODE: NM
 
#
NUMBER: 1
 
#
SURNAME: RAUT
 
#
"/": /
 
#
NAME AND TITLE: HIMA MISS
 
#
PASSENGER TYPE CODE: (CHD)
# COMMAND: NM1RAUT/HIMAMISS(CHD)
 
 
     
# GALILEO: Still Working On
 
 
     
# SABRE: Still Working On
 
 
 
 
 
#
00
IF AN INFANT IS TRAVELLING WITH AN ADULT, WHAT COMMAND SHOULD BE GIVEN TO WRITE HIS NAME IN PNR?
 
 
     
# ABACUS: Still Working On
 
 
     
# AMADEUS:
First of all, we have to enter the Transaction Code (NM) for the name, followed by the number of names to be entered in PNR, followed by the mother's surname, then ( / ) code, followed by the mother's name and then the title (MRS), after this passenger type code (INF), then ( / ) code and infant name.
 
#
TRANSACTION CODE: NM
 
#
NUMBER: 1
 
#
SURNAME: RAUT
 
#
"/": /
 
#
MOTHER’S AND TITLE: RANJANA MRS
 
#
PASSENGER TYPE CODE: (INF
 
#
"/": /
 
#
NAME: HIMA)
# COMMAND: NM1RAUT/RANJANAMRS(INF/HIMA)
 
 
     
# GALILEO: Still Working On
 
 
     
# SABRE: Still Working On