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
how JCL works?
In sms datasets, what is the function of the dd avgrec keyword?
what is a jcl?
Explain the function of job statement in jcl?
In job processing, what happens in conversion stage?
Explain how can values be passed from the job stream to an executable program?
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 does a disposition of (MOD,DELETE,DELETE) mean ?
What dd statement is used to supply the name of a dataset?
What is the motivation behind coding class parameter in job statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Suppose I have five jobs to do. But I want to hold one?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the function of the dd mgmtclas keyword in sms datasets?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?