User Guide > Objects > Alphabetical Listing > Post-Process Tab

 Post-Process Tab

The Post Process tab is an object type-specific tab that is only available in the objects "FileTransfer", "Job" and "RemoteTaskManager". Processing commands can be stored here in AE's script language.

Description

The script commands stored in this tab are processed when the RemoteTaskManager ended or was canceled.

An ended RemoteTaskManager can still be controlled with post-process commands. For example, the RemoteTaskManager's return code and status text (the text supplied by the Job Messenger in the Trailer) can subsequently be modified. The script statement :MODIFY_STATE (which was developed for exclusive use in the Post Process tab) defines the final ending of the RemoteTaskManager.

Reports, for example, can be analyzed with PREP_PROCESS_REPORT. If an error is found, the status ENDED_NOT_OK could be defined for a RemoteTaskManager although it has already ended normally from the "technical" point of view and vice versa. Return code "0" is assigned to canceled RemoteTaskManagers because the fact that the RemoteTaskManager has been canceled is irrelevant for further processing.

With the script statement :RSET, script variables can be transferred between Process and Post Process tabs. This script statement returns the value that has been assigned to the script variable in the Process tab.

A RemoteTaskManager's post script cannot contain JCL lines.

Post-Process commands are NOT executed in cases of ENDED_LOST task statuses.

Additionally, the following script elements must not be used:

 

See also:

Script Editor
About AE Scripts
Sample Collection