Using template files
About this task
A template is a file with extension .jdf
located in the same directory as the
interception criteria file (TWA_DATA_DIR/methods/r3batch_icp
). The template file contains instructions for the interception
collector about how to run the intercepted SAP job under control of HCL Workload Automation. Its syntax corresponds to the
syntax of docommand
in conman. You can use any text editor to maintain this file.
Ensure that the user, LJUser, is able to read and write to this file.
default.jdf
is
used. If default.jdf
does not exist, the following
instructions are used: alias=SAP_$RUN_$JOBNAME_$JOBCOUNT
This means that the intercepted SAP jobs are to be restarted immediately,
because of the absence of the at=
job option. Their HCL Workload Automation names are composed of the string
SAP_
, the current run number of the interception collector, and the name and ID of
the SAP job.
- From the template file, if an existing template is specified in the interception criteria file.
- From the default template file, if the template is specified in the interception criteria file but does not exist, or if the template is not specified in the interception criteria file.
- From the default instruction set, if the default template file does not exist.