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
What are some jcl statements that are not allowed in procedures?
Is it possible to define dd statements as you want?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the function of the dd mgmtclas keyword in sms datasets?
What do you understand by jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
whats the diff bw the evaluate also and and?
What dd statement is used to supply the name of a dataset?
What are the jcl procedures?
in ways data can be passed to a COBOL program from JCL?
what is DSN parameter and DISP parameter is used for?
how do you code a null statement?
In sms datasets, what is the function of the dd avgrec keyword?
is there any way to execute more than one proc in the same exec statement at the same time..?