How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / harsha
Yes, we can read data from Temporary dataset as long as job
is running. Once the job is executed, temporary datet is
deleted.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
Why block size is multiple of lrecl in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can unused space allocation be returned to the system when a dataset is closed?
what is the purpose of coding class parameter in job statement?
what is use of space parameter in dd statement?
What is use of restart and how to use it?
Explain how can an in-stream dataset be terminated?
What is the format of comment statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the difference between JES3 and JES2?
what is DD statement is used in JCL?
what operation is performed by job statement?
What are the difference between jcl and jes?