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 you can direct the data to spool using SYSOUT option?
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?
When output dataset space is required, what quantity categories are used?
What is the function of the dd avgrec keyword in sms datasets?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
whats the diff bw the evaluate also and and?
How gdg are concatenated?
Is their any limit for data sets?
How do you submit a job for execution?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Mention the types of job control statements?
how to run batch program without jcl?
What is the purpose of the dd keylen parameter?
What are steplib and joblib?
In job processing, what happens in execution stage?