Options are passed to the IN25SYMD using parameter statements in the OPTIN DD. Specify the parameter statements as an in-stream file.
Parameter statements contain one or more control statements, separated by commas, and each having the following syntax:
keyword=value
Specify the following option keywords to IN25SYMD:
|
Keyword |
Description |
|---|---|
|
LTYP |
Identifies the library type of the listing library specified by the LISTLIB DD statement. This keyword is required. Valid values are:
|
|
FROM |
Identifies the member name for single listings, the starting member name for a range of members, or a name prefix with trailing asterisk. This keyword is required. |
|
TO |
Identifies the last member name in a range of members. |
|
MSG |
Identifies the message reporting level. Valid values are:
|
Note: When LTYP=SEQ is specified, the sequential file contains only one program listing. Specify the symbolic name using the FROM keyword, omit the TO keyword, and change the LISTLIB DD name to INPUT.
When using LTYP=NDV, you must also change the EXEC card to the following JCL:
//STEP1 EXEC PGM=NDVRC1,PARM='IN25SYMD',REGION=4M
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |