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 the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the use of disp parameter?
Name a few IBM utility programs, and explain its function.
What are steplib and joblib? What for they are used?
How to alter the parameters for the existing gdg?
How to run cobol program using jcl?
Is it possible to left uncode disp? If yes, how?
a dd statement has 2 types of parameters. Name them?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Give the syntax of job specifying jcl statement.
What is catelog procedure and how many catelog procedure to use in one job?
Why block size is multiple of lrecl in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
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 ?
is there any way to execute more than one proc in the same exec statement at the same time..?