Answer Posted / suresh
only one type through returncode
sin dd,parm and files are inputs for cobol pgm
| Is This Answer Correct ? | 2 Yes | 0 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 /*
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is their any limit for data sets?
what is DD statement is used in JCL?
Explain how can an in-stream dataset be terminated?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Which statement is used to identify the private libraries in job?
How does the jcl specify the job to os?
Explain how can a jobs execution priority be modified?
How can a fb file convert to vb file using sort program?
Explain the function of //cntl statement?
Is automatic restart possible in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is it possible to left uncode disp?
A dd statement consists of 4 fields. Name them?