the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / pradeep k (cr)
write either LV(to open in view mode) or ED(to open in EDIT
mode) in command prompt and select your dataset by keepking
mouse point at that dataset. Now hit enter, selected
dataset will open.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
What are the difference between jcl and jes?
What is the function of dd name parameter with a 2 part structure; audit.report?
what are the statements that are not valid to be included in an include statement?
What is the maximum length of a single line of jcl?
what are JCLLIB and STEPLIB in JCL?
which utility is used to sort a file in jcl?
what is the use of IEBGENER utility?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Why include statement is used in a jcl?
How do you submit a job for execution?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the hierarchy levels in jcl?
which utility is used a dummy utility?