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
In sms datasets, what is the function of the dd mgmtclas keyword?
what is the purpose of coding notify parameter in job statement?
Suppose I have five jobs to do. But I want to hold one?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to submit a jcl from cics?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Brief description of inline procedure of jcl.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the purpose of disp parameter?
What is one line to pass PARM from JCL to COBOL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain how can a jobs execution priority be modified?
what is DSN parameter and DISP parameter is used for?
When output dataset space is required, what quantity categories are used?
What is condition checking in jcl? Is this possible?