SYSIN requirements

You can customize the program as shown hereafter.

The following example shows that all members of script libraries allocated in the EQQSCLIB ddname are processed:
SYSIN DD*
PARSE
The following example shows that a specific member of the script libraries allocated in the EQQSCLIB ddname are processed:
SYSIN DD*
PARSE MEMBER (membername)
where membername is the name of the script library member to be processed. It can be long up to 8 characters, and one row can contain only one parse statement. Empty rows are allowed, all the rows are processed until the end of the SYSIN ddname.