Previous Topic: IN25SYMD

Next Topic: Examples

IN25SYMD Options

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:

  • PDS—Partitioned data set (including PDSE)
  • SEQ—Sequential data set (see Note)
  • LIB—CA Librarian library
  • PAN—CA Panvalet library
  • NDV—CA Endevor SCM library

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:

  • ALL—displays all messages.
  • RC—displays a one-line return code message for each program.
  • NONE—suppresses all messages.

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