Previous Topic: 2465Next Topic: 2467


2465

MISSING DMS DD STATEMENTS

Reason:

CADisk requires either (An) or (Dn) type DD statements in the JCL to allow it to allocate volumes. Either there are not a sufficient number of DD statements or they are improperly specified.

In the non-MVS and non-CADisk-SVC environment, //Dn type DD statements must be provided for each volume to be processed. If a //Dn type DD statement is present, the combined limit of 20 //Dn and //An statements per step has been exceeded. Either supply the correct DD statement or break the job into two or more steps to reduce the number of DD statements to 20 or fewer.