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
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can return codes be tested before execution of a job step?
What is the format of comment statement?
Give the syntax of job specifying jcl statement.
what is use of dsn parameter in dd statement?
which utility is used to sort a file in jcl?
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 ?
what is a jcl?
How can the submitting users racf authority be overridden in a job stream?
what is the JCL statement consists of?
Can I share my data with other jobs? How?
When space is allocated for an output dataset, what units can be used?
In sms datasets, what is the function of the dd mgmtclas keyword?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?