KIAC

KIAC is a computer reservations system used/owned by FedEx for booking space for cargo on their freighter aircraft. It is an old IBM PO4 system and was brought to FedEx with the purchase of Flying Tigers in 1989.

History

KIAC was initially designed as a tracking/tracing system with ULD control and shipment movement data appended to each airbill/air waybill...but it swiftly grew to include many, many other facets necessary to be competitive with growing automation in the industry. Flying Tigers played a major role in the development and implementation of interfaces with Customs systems worldwide, and with may other aspects of developments in the airline cargo world through its participation in IATA and ATA.

Future

KIAC is due to be replaced in the near future by a server based system and taken off of the mainframe. It will be more user friendly by using English commands as opposed to the present three letter acronyms.

Trivia

KIAC is an acronym itself that stands for KEY INFORMATION for AIR CARGO.

Support

KIAC is supported by the company's KIAC SYSTEM SUPPORT GROUP (KSSG) based in Los Angeles. Mainframe support is operated by Network Operations Control {NOC} in Memphis

gollark: I think `lts_length` is technically capable of causing segfaults in some situations too.
gollark: ```c#define REP(x) x x x x#define T1 "a"#define T2 REP(T1)#define T3 REP(T2)#define T4 REP(T3)#define T5 REP(T4)#define T6 REP(T5)#define T7 REP(T6)```This was part of my failed plan to implement hyperoperations in the preprocessor.
gollark: I said length TERMINATED.
gollark: ```cchar * lts_to_nullterminated(const char * apioform) { uint32_t len = lts_length(apioform); char * bee = malloc(len + 1); memcpy(bee, apioform, len); bee[len] = 0; // for purposes only return bee;}```Gaze upon my wondrous code.
gollark: Gibson, did YOU see and immediately integrate into all projects LTSes?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.