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
how to run batch program without jcl?
How does jcl act on a cobol code?
In sms datasets, what is the function of the dd avgrec keyword?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to do automated restart when a job abend?
What are the difference between jcl and jes?
whats the diff bw the evaluate also and and?
Which dd parameters are required?
how you can direct the data to spool using SYSOUT option?
What does a disposition of (new,catlg,keep) for a dsn mean?
Differentiate between the joblib and the steplib statements?
A dd statement consists of 4 fields. Name them?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?