Answer Posted / ch.mohan
24 hrs
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
//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 happens if both JOBLIB & STEPLIB is specified ?
Suppose I have five jobs to do. But I want to hold one?
What is timing concept in mainframe?
Can I send output of job to my remote device careerride123?
What is the maximum length of a single line of jcl?
how do you code a null statement?
How is a type of file defined in the jcl that executes the cobol program?
what is DSN parameter and DISP parameter is used for?
Explain how can return codes be tested before execution of a job step?
What is use of restart and how to use it?
Which dd parameters are required?
Which statement is used to identify the private libraries in job?
Explain in DD statement what is the use of DCB parameter?
What is one line to pass PARM from JCL to COBOL?