INCLUDE

Purpose

The INCLUDE statement reduces the size of the parameter library member that contains the OPCOPTS and JTOPTS statements. Also, this statement reduces the maintenance activities for this member.

By using the INCLUDE statement, the definition of the NOERROR table can be provided by several members of the EQQPARM library. Each of these members could reside in a different data set. Each data set could be protected by a different RACF® profile.

The net effect is that it becomes possible to divide the NOERROR information into several parts, each requiring a different access authority.

Note: If you specify multiple members, you cannot use the NOERRMEM command to update the NOERROR list. Changes to the NOERROR list comes into effect when the controller is restarted.

Format


1  INCLUDE  NOERROR (
2.1+ ,
2.1 DEPT1, DEPT2
1 )

Parameters

NOERROR(list of members)
This keyword is used to request HCL Workload Automation for Z to read NOERROR information from other members of the EQQPARM library. The parameter library members specified by this keyword can only contain NOERROR statements.
INCLUDE NOERROR(DEPT1, DEPT2)

In this example, NOERROR information is retrieved from two members, DEPT1 and DEPT2, of the EQQPARM library.