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 the significance of addrspc parameter in exec statement?
What are the jcl procedures?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can the disposition of sysout datasets be set for an entire jobstream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Is condition checking possible in jcl?
What are steplib and joblib?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Why block size is multiple of lrecl in jcl?
whats the diff bw the evaluate also and and?
Can we use DISP=SHR in output file in JCL
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is it possible to define dd statements as you want?
What are steplib and joblib? What for they are used?