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
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain in DD statement what is the use of DCB parameter?
what is the resolution for sb37 error
Differentiate between addressing mode and run mode.
What are the parameters that are used in creating a gdg?
a dd statement has 2 types of parameters. Name them?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Name the statement which can be used to send data to another mvs jes3 node?
What is NOTCAT ?
What is concatenating?
how you can direct the data to spool using SYSOUT option?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of a dd statement?