Answer Posted / guest
Use a file //dd1 DD sysout=(*,intrdr)write your JCL to this
file. Pl some one try this out.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
How can an in-stream dataset be terminated?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What are some jcl statements that are not allowed in procedures?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
i want to store 20 digits . how will u do it in cobol ?
How do you overcome this limitation ?
how do you access an uncataloged dataset in a jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
//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 /*
What do you understand by the term notcat 2 – gs?
what happens in execution stage in job processing?
How to run cobol program using jcl?
which parameter is used to check the syntax of a jcl without executing it?
Can I send output of job to my remote device careerride123?