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
what is use of dsn parameter in dd statement?
what happens in execution stage in job processing?
What is the purpose of disp parameter?
How to run cobol program using jcl?
How do you overcome this limitation ?
what is use of disp parameter in dd statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the job statement in jcl?
What are the difference between jcl and jes?
Name what parameter directs the output of the job log dataset?
What is concatenating?
What is multithreading in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Is there any command to check wether the ps file is in sorted order?
what is the compile process of cobol program expalin with code