the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / vishwadeep
at the command prompt give CB or CE depending on(browse or
edit) and hit enter placing the
cursor on the DSN which you want to open.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the difference between run mode and addressing mode?
what is use of dsn parameter in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the difference between the positional and keyword parameters? Give examples.
In job processing, what happens in execution stage?
Is it possible to define dd statements as you want?
which utility is used to run a cobol-db2 program?
What dd statement is used to supply the name of a dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
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 ?
Explain the jcl exec statement?
What is catelog procedure and how many catelog procedure to use in one job?