Previous Topic: PROC APJP6910Next Topic: Input Selection Criteria from DD PANV.SYSIN


Input Selection Criteria from DD APTSYSIN

You must specify at least two control statements:

  1. INPUT‑TYPE = 'X' ,

    where X is PDS, PANV, or LIBRA

  2. LIBCODE = 'LLLL/SSS'.

    This LIBCODE must already exist on the APTLIBC file.

    You can restrict the number of members selected from the directory list and subsequent Inventory Records created by coding two optional control statements:

    FROM‑MEMBER='X'
    

    and

    TO‑MEMBER='X'
    

Each keyword can be specified only once. If any keyword is encountered more than once, an error message is issued and the program abends.

Multiple control statements can be included on a single SYSIN record if they are separated by a semicolon. For example:

FROM‑MEMBER='GL0000' ; TO‑MEMBER='GL9999'