Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Note |
---|
The translation of this section is currently ongoing |
The re-accommodation table allow to maintain a logic when it comes to re-accommodate passengers after reprogramming a flight schedule
Schedule table
Esta tabla permite visualizar y ejecutar la búsqueda de horarios de servicios de reacomodación que realizará el sistema cuando se produzca una cancelación de algún servicio (vuelo).
Los ítems que la componen indicarán el orden de prioridad para dicha reacomodación. El comando para visualizar la tabla de horario es:
This table allows you to display and search for schedules of re-accommodation services that the system will perform when there is a cancellation of a flight.
The items that compose it will indicate the order of priority of the readjustment. The entry to display the schedule table is:
Code Block | ||||
---|---|---|---|---|
| ||||
KSTRD |
No Format |
---|
MASTER REACOMODATION TABLE HOURS BETWEEN -18 AND 24 FROM 17NOV04 13:42 ITEM FROM TO 1 0 6 2 -2 0 3 6 12 4 -8 -2 5 12 24 6 -18 -8 |
Descripción:
HOURS BETWEEN -18 AND 24 | Indica el rango de horas que abarca toda la tabla completa o sea desde las menos 18 hasta las 24 horas. Indicates the range of hours covered by the table, from 18 until 24 hours before flight departure. |
FROM 17NOV04 13:42 | Indicates the date and time of the last modification done to the table |
ITEM | It indicates the order of the priority of how re-accommodation search is done |
FROM | FROM, Indicates the time from where the search range begins. |
TO | TO, Indicates the time where the search range ends |
There is a preset table in the system called DEFAULT. This table is created only once when creating the carrier configuration and is available at any time
Display by entering:
Code Block |
---|
KSTRD/DEFAULT |
Response:
No Format |
---|
MASTER REACOMODATION TABLE HOURS BETWEEN -24 AND 24 DEFAULT VALUES ITEM FROM TO 1 0 5 2 -2 0 3 5 14 4 -8 -2 5 14 24 6 -24 -8 |
Modification
The re-accommodation table may be modified at any time, new indicators will overwrite the previous, changes will take affect immediately
The command to execute said procedure is the following:
Code Block | ||||
---|---|---|---|---|
| ||||
KSTRD/ADD/0.6/-2.0/6.12/-8.-2/12.24/-18.-8 |
KSTRD | Fixed Command |
/ | Separator |
ADD | Indicator for ADD |
/ | Separator |
0.6 | Period separates time range from and to |
/ | Separator |
-2.0 | Period separates time range from and to |
/ | Separator |
6.12 | Period separates time range from and to |
/ | Separator |
-8.-2 | Period separates time range from and to |
/ | Separator |
12.24 | Period separates time range from and to |
/ | Separator |
-18.-8 | Period separates time range from and to |
The time range parameter will make re-accommodation search process run according to the loading order. Onj the example, search begins from 0 hours until the next 6 hours and so on.
System responds ADD OK
DEFAULT table can also be executed.
Entry is:
Code Block | ||||
---|---|---|---|---|
| ||||
KSTRD/ADD/DEFAULT |
System responds ADD OK