How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / eswaran
//FSS127A JOB NOTIFY=&SYSUID,PRTY=15
//STEP1 EXEC PGM=IEFBBR14
//DD1 DD DSN=&&DATASETNAME
//
TEMPORARY DATASET NAME SPECIFIED BY &&
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
how would you create a temporary dataset? And where will you use them?
Why block size is multiple of lrecl in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
In sms datasets, what is the function of the dd avgrec keyword?
What is the function of //cntl statement?
How can unused space allocation be returned to the system when a dataset is closed?
For what purpose steplib and joblib are used ?
What is the use of disp parameter?
What is the difference between the positional and keyword parameters? Give examples.
What is job control language?
Explain dfsort utility?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to pass data to a program that is coded in an exec statement?