How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / siva
Temporary dataset are recognized by &&
They are created during the time of job execution once the job is executed they get deleted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does a disposition of (MOD,DELETE,DELETE) mean ?
Suppose I have five jobs to do. But I want to hold one?
What is the format of comment statement?
Explain the purpose of dd dummy statement?
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.
What are the difference between jcl and jes?
a dd statement has 2 types of parameters. Name them?
What are hierarchy levels in jcl?
how do you code a null statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How do you access an uncatalogued dataset in a jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
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?
Can we call instream to catalog and catalog to instream?
What do you understand by the terms: joblib and steplib?