How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / rahul
We cannot browse temp datasets, rest to see the tem
datasets , above answers are correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
define cond parameter in jcl?
What is the function of a dd statement?
What is use of restart and how to use it?
what is the JCL statement consists of?
Explain in DD statement what is the use of DCB parameter?
Is their any set of rules for dd? Explain.
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Name a few IBM utility programs, and explain its function.
whats the diff bw the evaluate also and and?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Give the syntax of job specifying jcl statement.
How can a stopped job be started again?
How do you submit a job for execution?