Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Logging the follow-up processing

&pagelevel(4)&pagelevel

openFT initiates follow-up processing as an ENTER job. By default, the tracer listing is only printed out as standard if an error occurs.
The command LOGOFF with the option SYSTEM-OUTPUT=PRINT or SYSTEM-OUTPUT=DELETE in the follow-up processing allows the user to decide if a tracer listing should be printed out or not.

The follow-up processing job is set up as follows:

/.OPENFT LOGON
/SET-FT-INSTANCE <current instance>
/<usercommand>
/<usercommand>
/..........
/SKIP-COMMAND TO-LABEL=FTJOBOK
/SET-JOB-STEP
/LOGOFF
/.FTJOBOK LOGOFF NOSPOOL

This set-up only leads to the logging of the follow-up processing job if there are errors in the user commands. If error-free operation is to be logged as well, then the last user command must be LOGOFF.
Note that follow-up processing always runs in the instance in which the TRANSFER-FILE command was executed.