the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / muttaiah
Hi,
There is no such command as far as i know, We can create a
rexx macro using which we can open in edit/view/browse mode
without using 3.4 option.
I hope you didn't work in real time that's why not aware of
this thing.
Thanks,
Muttaiah.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
What are steplib and joblib?
In job processing, what happens in conversion stage?
What do you understand by the terms: joblib and steplib?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how JCL works?
Differentiate between the joblib and the steplib statements?
List the different components of jcl statement?
what is use of dsn parameter in dd statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Can we use DISP=SHR in output file in JCL
What does a disposition of (MOD,DELETE,DELETE) mean ?
Does jcl support automatic restart?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what are the statements that are not valid to be included in an include statement?