Answer Posted / guest
You can use fileaid to see those values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on a cobol code?
What is the use of symbol // in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how do you code a null statement?
What is the function of //cntl statement?
what is a jcl?
Explain in DD statement what is the use of DCB parameter?
Explain the hierarchy levels in jcl?
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
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?
Explain the function of job statement in jcl?
how JCL works?
How do you submit a job for execution?
What statement can be used to send data to another mvs jes3 node?
//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 /*