The DSORG statement lets you apply a set of EDIF processing options to all data sets that have a specified data set organization. This statement is available when you are running the EDIF of the CA MII component.
This command has the following format:
DSORG NAME=organization [ACCESSLIST(options)] [AUTHORIZED(options)] [BLKSIZE=option] [CHECKEXCLUSIVE(options)] [EXEMPT(options)] [LRECL=option] [OPTION(options)] [RECFM=option]
Identifies the data sets to which you are applying these options. Specify the data set organization type for these data sets in place of the organization variable. These are the valid data set organizations that you can specify:
(Optional) Identifies programs that are authorized to read these data sets. You can specify the same values for the ACCESSLIST parameter on any EDIF processing statement on which this parameter is available.
For more information, see the description of the DATASET Statement.
(Optional) Identifies programs that are authorized to update these data sets. You can specify the same values for the AUTHORIZED parameter on any EDIF processing statement.
(Optional) Indicates what block size value EDIF should use during attribute verification. You can specify the same values for the BLKSIZE parameter on any EDIF processing statement on which this parameter is available.
(Optional) Identifies programs that cannot update these data sets when these data sets are allocated with DISP=SHR. You can specify the same values for the CHECKEXCLUSIVE parameter on any EDIF processing statement.
(Optional) Identifies programs that are exempted from attribute verification. You can specify the same values for the EXEMPT parameter on any EDIF processing statement.
(Optional) Indicates what logical record length EDIF should use during attribute verification. You can specify the same values for the LRECL parameter on any EDIF processing statement on which this parameter is available.
(Optional) Indicates what processing options EDIF should apply to these data sets.
You can specify any combination of the following values:
You also can specify values that negate these options (for example, NOABEND, NOACCESSCHECK, NONE, and so on). Values that you specify on the same statement cannot be mutually exclusive.
(Optional) Indicates what record format EDIF should use during attribute verification. You can specify the same values for the RECFM parameter on any EDIF processing statement on which this parameter is available.
Usage Notes: DSORG Statement
Note: For more information, see the chapter “Advanced Topics” in the CA MII Programming Guide.
Places jobs in a wait state when a requested data set is unavailable.
Abends tasks that are not authorized to update data sets.
Abends tasks that are not allowed to change data set attributes.
Checks read authority for each of these data sets.
For more information, see the description of the DATASET Statement.
Example: DSORG Statement
Suppose that you want EDIF to perform the following processing for partitioned data sets:
To achieve these results, specify this statement in the EDIPARMS member:
DSORG NAME=PARTITIONED OPTION(ATTRIBUTES,ENQUEUE,NOWAIT)
Copyright © 2014 CA.
All rights reserved.
|
|