How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / paddu
//job1 job a123,paddu
// step1 exec pgm=program1,
//dd1 dd dsn=&&temp.
temporary dataset names are indicated by &&.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
Is it possible to left uncode disp? If yes, how?
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 do you overcome this limitation ?
What is the motivation behind coding class parameter in job statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how you can direct the data to spool using SYSOUT option?
how can you check if a file is empty using jcl?
Explain the function of job statement in jcl?
What is the difference between the positional and keyword parameters? Give examples.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to submit a jcl from cics?
which utility is used to sort a file in jcl?
How to submit jcl through a cobol program?
what is the difference between JES3 and JES2?