Control statement syntax for batch update utility

By using control statements for the batch update utility, you can specify various function options for this utility. The control statement syntax is as follows:

Figure 1. Control statement syntax for batch update utility functions

<FUNC> <KWD PARM> <KWD1=VALUE> <KWD2=VALUE> ...

where:
<FUNC> = AL (message origin abend control statements)
         AT (transaction abend control statements)
         J1 (time-of-day table entries)
         LM (Logon Descriptor by Logon mode entries)
         OT (OTMA destination control statements)
         PS (PSB / return code statements)
         SU (IMSID-based suffix record control statements) 
         TX (transaction / return code statements)
         VN (VTAM user data node options)
         VU (VTAM user data various options)
         ZC (for SLU1 console LUNAME) 
         ZD (default SLU2/3270 device) 
         ZF (for SLUP/3600/FINANCE LUNAME)  
         ZG (default global)
         ZL (multiple LTERM)
         ZM (DFS3649 error messages)
         ZN (for SLU2/3270 LUNAME) 
         ZP (for printer LTERM)
         ZR (routing data for ETO table refreshes)
         ZS (command+keyword selection)
         ZS (security options)
         ZS (security profile definitions)
         ZU (for user ID)
         ZV (LU 6.1 user ID options)
         Z1 (default SLU1 console device)  
         Z3 (default for SLUP/3600/FINANCE device) 
         Z6 (default for LU 6.1 devices)
         Z7 (for LU 6.1 LUNAME)

All parameters are separated by one or more spaces.

The function parameter <FUNC> must be specified in column 1.

Keyword parameters can be specified in any order.

An asterisk (*) in column 1 means that the control statement is a comment and is ignored.