Example
A typical statement might be:
CU10A CNTLUNIT CUNUMBR=10A,PATH=06,SHARED=N, X
UNIT=2821,UNITADD=((0A,3)) Plan 3CU10A is the symbolic name of the statement.
CNTLUNIT identifies the statement to the system.
CUNUMBR=10A, PATH=06, and SHARED=N are
required parameters, separated by commas, containing keywords and
keyword values. Because the statement is continued, a comma follows
SHARED=N, and a nonblank character (X) is placed in column 72.
UNIT=2821, and UNITADD=((0A,3)) are
also required parameters and start in column 16 of the continued statement.
Because UNITADD=((0A,3)) is the last parameter, it
is followed by a blank to indicate the end of the operand field.
Plan 3 is a comment.