Encoding and decoding

Encode cities and airports

Part 1 Encode cities and airports

TRANSACTION CODE

CITY NAME

DAN

PARIS

Shown above is the entry to encode a city name. The purpose of this entry is to determine the three-letter code for a specified city and its corresponding airport(s).

If a city has only one airport, the city code and airport code are usually the same. If the city has more than one airport (multi-airport city), the codes for each airport will be displayed.

This entry will also display codes for other types of transportation locations within the city, such as railroad stations and bus terminals

This entry consists of the transaction code DAN, followed by the name of the city you wish to encode. It may be helpful to remember the transaction code as "Display All (by referencing a) Name".

In application, the entry shown above would display the three-letter codes for the city of Paris and its airport(s), as well as any other associated location codes.

The city name must be entered exactly, and spaces where appropriate are required. For example, the city name "Los Angeles" must be entered with a space, like this: DANLOS ANGELES.

TRANSACTION CODE

AIRPORT NAME

DAN

LAGUARDIA

This entry is also used to encode an airport name.

In application, the entry shown above would display the three-letter code for the airport named LaGuardia, which is one of several airports located in New York City.

Part 2 Decode cities and airports

TRANSACTION CODE

CITY OR AIRPORT CODE

DAC

LHR

Now shown is the Amadeus entry to decode a city or airport code. The purpose of this entry is to display the name that corresponds to the given city or airport code.

The entry consists of the transaction code "DAC", followed by the three-letter city or airport code. It may be helpful to remember this entry as, "Display All (by referencing a) Code".

In application, this entry would look up the airport name for the code LHR.

Part 3 Encode and decode airlines

TRANSACTION CODE

AIRLINE NAME

DNA

DELTA

Now shown is the entry to encode an airline name. The purpose of the entry is to look up the two-character airline code that corresponds to the specified airline name.

The entry consists of the transaction code "DNA", followed by the name of the airline. It may be helpful to remember this entry as, "Don't kNow Airline".

In application, this entry would display the two-character code for Delta.

TRANSACTION CODE

AIRLINE CODE

DNA

AF

Here is an example of an entry to decode an airline code. The purpose of the entry is to look up the airline name that corresponds to a two-character airline code.

This entry is the same as the entry to encode an airline name, except that an airline code is substituted for a name.

In application, this entry would decode the airline with code AF.

Part 4 Encode and decode aircraft equipment

TRANSACTION CODE

EQUIPMENT NAME OR CODE

DNE

AIRBUS

Shown above is an entry to encode an aircraft equipment name or decode an equipment code. The purpose of this entry is to find the three-character aircraft code(s) associated with an aircraft name, or to find the aircraft name(s) associated with a three-character aircraft code.

The entry consists of the transaction code "DNE", followed by the equipment name or code. You can remember this entry as, "Don't kNnow Equipment".

In application, the entry shown would display the code(s) of all aircraft associated with the name "Airbus".

Part 5 Encode and decode countries and states

TRANSACTION CODE

COUNTRY NAME OR CODE

DC

SPAIN

Now shown is an entry to encode or decode a country name or code. The purpose of the entry is to determine the two-letter code for a country name, or to determine a country name from its two-letter code.

The entry begins with the transaction code "DC", followed by the country name or code. It might help to remember this transaction code as meaning "Display Country".

In application, the entry shown above would encode the country named SPAIN The display that this entry generates will also include currency information for the specified country.

TRANSACTION CODE

STATE NAME

DNS

TEXAS

Now shown is an entry to encode a state name. The purpose of the entry is to determine the two-letter code for a state name.

The entry begins with the transaction code "DNS", followed by the state name. It might help to remember this transaction code as meaning "Don't kNow State".

In application, the entry shown above would encode the state named Texas.

TRANSACTION CODE

COUNTRY CODE

STATE CODE

DNS

US

CA

Now shown is an entry to decode a two-letter state code. The purpose of the entry is to determine the USstate associated with a two-letter code.

The entry begins with the transaction code "DNS", followed by the country code "US" and the two-letter state code.

In application, the entry shown above would decode the US state with the code CA

The last two entries may also be used for provinces. An entry such as DNSAU may be used to determine the provinces or states within a country.

Post a Comment

0 Comments