!BATCH ([E][S][T]) [fid[,fid]...] [rep[,rep]...]
@
!DEFAULT rep[,rep]...
@
!EOF
@
!EOF EXEC
@
!EXEC fid [rep[,rep]...]
@
Calls the Batch processor, specifies the files that are to be
submitted for execution, specifies Batch processor options to
be used, and specifies data replacement requests.
Options:
      E   specifies that EXEC commands are to be honored.
      S   specifies that the user has assigned the M:EI DCB
        to the input file.
      T   specifies that the 'test' mode is to be used.
      rep   specifies a data replacement request in the format:
        field=field        or
        field='[string]'   or
        string=field       or
        string='[string]'
@
Specifies data replacement requests within the input file.  rep
specifies a data replacement request in the format:
 field=field        or
 field='[string]'   or
 string=field       or
 string='[string]'
@
Specifies that all data replacement requests made on a previous
corresponding !DEFAULT command are not to be effective
on subsequent records of the file.
@
Specifies that all data replacement requests made on either
the !BATCH command or a !EXEC command (if the !EOF EXEC
command appears within an EXEC file) are not to affect subsequent
records of the file.
@
Specifies that the entire file named on the command is to be
inserted at the location of the !EXEC command and specifies data
replacement requests for that file.
Option:
      rep   specifies a data replacement request in the format:
        field=field        or
        field='[string]'   or
        string=field       or
        string='[string]'
@
Example:
    !BATCH FILEA '88'='89',VFC=NOVFC
       (Submits the file FILEA to the batch queue for execution
        after changing all strings 88 to 89 and all fields VFC
        to NOVFC.)
@
Example:
    !DEFAULT VFC=NOVFC
       (Changes the field VFC to NOVFC in subsequent records of
        the file within which this command has been placed.)
@
Example:
    !EOF
@
Example:
    !EOF EXEC
@
Example:
    !EXEC MYFILE..SECRET
       (Inserts the file MYFILE..SECRET at the point in a file
        within which this command has been placed.)
@
@
@
@
@
@
@
@
@
@
@
!BATCH
!DEFAULT
!EOF
!EOF EXEC
!EXEC
****
XXXXXXXXXXXXXX          X
!BATCH                  X
!DEFAULT                X
!EOF                    X
!EOF        EXEC        X
!EXEC                   X
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
8    J
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
BATCH                    X
DEFAULT                  X
EOF                      X
EOF         EXEC         X
EXEC                     X
                         X  (ENDS THE TABLE)

