How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / rahul
We cannot browse temp datasets, rest to see the tem
datasets , above answers are correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
How to submit jcl through a cobol program?
What happens if both JOBLIB & STEPLIB is specified ?
Explain how can return codes be tested before execution of a job step?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
List the different jcl statements that are not permitted in the procedures?
What is Cataloged Procedures?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Is their any set of rules for dd? Explain.
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Is it possible to left uncode disp?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Can I share my data with other jobs? How?
How do you access an uncatalogued dataset in a jcl?