Subsystem parameter specification - Key = '0060'

DALSSPRM specifies parameters that will be processed by a subsystem. When coding DALSSPRM, you must also specify the subsystem name (DALSSNM) key. DALSSPRM is mutually exclusive with the SYSOUT (DALSYSOU), SYSOUT program name (DALSPGNM), and SYSOUT form number (DALSFMNO) keys.

When you code this key, # contains the number of parameters to be passed to the subsystem (maximum of 254), LEN specifies the length of the immediately-following parameter (value range from 0 to 67), and PARM contains the parameter to be passed to the subsystem. When you code a LEN value of 0, do not code a PARM value.

Example: To specify two parameters, PARM1 and PARAMETER2,: code
KEY    #      LEN    PARM             LEN    PARM
0060   0002   0005   D7 C1 D9 D4 F1   000A   D7 C1 D9 C1 D4 C5 E3 C5 D9 F2
Note: For additional information about subsystem data sets and subsystem parameters, refer to the documentation for the particular subsystem.