the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / aswini
There is a command availablemode
Thus, we can avoid using 3.4 option.
Issue : EPDF ‘MYID.MYPS’ . The Dataset will be opened in
EDIT MODE
If you want to open in VIEW mode:
Issue : EPDF ‘MYID.MYPS’VIEW
Similarly, for opening in BROWSE mode, typeB ROWSE at the
end.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
What happens if both JOBLIB & STEPLIB is specified ?
For what purpose steplib and joblib are used ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how to do automated restart when a job abends?
Which statement is used to identify the private libraries in job?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can a jobs execution priority be modified?
How does the jcl specify the job to os?
Is condition checking possible in jcl? If yes, how?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to pass the parameter in parm using linkage section ? (syntax)?
What are steplib and joblib? What for they are used?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?