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 read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How does jcl specify the job to the operating system?
What is notcat 2 - gs?
I need exexution process for JCL programs
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are steplib and joblib? What for they are used?
What is concatenating?
Explain how can return codes be tested before execution of a job step?
Name what parameter directs the output of the job log dataset?
In job processing, what happens in conversion stage?
What do you know about jcl?
What is the syntax of JCL statement?
i want to store 20 digits . how will u do it in cobol ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how to compare two datasets without using superce because output is limited to 133 bytes