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
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can values be passed from the job stream to an executable program?
What are the parameter we cannot use in procedure?
define cond parameter in jcl?
What are the rules employed while naming the steps in a job?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is SOC4 error?
Explain in DD statement what is the use of DCB parameter?
In job processing, what happens in execution stage?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Does jcl support automatic restart?
What is notcat 2 - gs?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what operation is performed by job statement?