RAINPUT Specification

Thia article describes the RAINPUT specification of
RLX
/CAF run-time parameters.
All parameters that are specified through a
RLX
/CAF profile defaults module can be overridden on an application or job step basis by specifying run-time input through a RAINPUT DD statement.
Input commands that are supplied through the RAINPUT file should be coded in accordance with the following rules:
  1. If '*' appears in column 1, the entire line is treated as a comment
  2. Parameters are coded in the form: KEYWORD(VALUE)
  3. One or more parameters may be coded on each line
  4. Parameters must be coded within columns 1 through 71
  5. On a specific line, comments start following the /* delimiter and continue through the end of the line.
The following code sample illustrates the coding of RAINPUT parameters.
*----------------------------------------------------------------------* * * * Sample coding of RAINPUT parameters * * * *----------------------------------------------------------------------* ESTAE(YES) /* issue ESTAE macro,trap RLX/CAF abends DIAGCNTL(YES),DIAGLIMIT(4) /* coding two parameters on the same line MSGDD(WTO) /* route RLX/CAF messages to WTO destination