(Contents)(Previous)(Next)

Timed Operations

In timed operations it is advisable to place all receiving programs (like COMPARTS load CLI order proposal) after the communication program. The receiving programs delete received files after they have processed them.

Using the same philosophy it is advisable to place sending programs (like COMPARTS send CPS file) before the transmission program in timed operations.

It is possible to run the transmission program during the day, for example every few minutes, but with receiving files it's advisable to use the try before and try after fields. Otherwise the program will try to fetch the files on every execution, which would be rather expensive using dail-up lines.

To put the Communication program in the End of Day routine, you must:

(Contents)(Previous)(Next)(Top of the Page)