ACCESS statement
The ACCESS statement instructs Job Optimizer how the immediately preceding DD statement is used in the current run (for input, for output, or for update). Job Optimizer saves this information in the History data set and uses it to establish pipes between writers and subsequent readers of data sets.
You can specify ACCESS at the DD level only.
If you change a DD statement's access intent from what is saved in the History data set, Job Optimizer must reevaluate this job before making decisions to execute steps in parallel and establish pipes for the current run.
If you include multiple ACCESS statements in the JCL stream after one DD statement, only the last ACCESS statement is processed and saved in the History data set.
The ACCESS statement has the following syntax:
Related topic