the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / mr. cooooool
Hi................
U can also open a file using dslist
as following.
DSLIST 'COOL.TOP.JCL'
Thanks.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
What is the function of the dd dcb keyword?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Name a few IBM utility programs, and explain its function.
what is DSN in JCL and what are the parameters to declare the DSN?
What are the parameters that are used in creating a gdg?
how you can direct the data to spool using SYSOUT option?
When output dataset space is required, what quantity categories are used?
How is a type of file defined in the jcl that executes the cobol program?
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?
Is their any limit for data sets?
Is automatic restart possible in jcl? If yes, how?
what is the purpose of coding notify parameter in job statement?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of the dd avgrec keyword in sms datasets?