Answer Posted / mohammad
I think that step will not be executed
| Is This Answer Correct ? | 0 Yes | 6 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 do you understand by the term notcat 2 – gs?
What is the function of //jcllib statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
When space is allocated for an output dataset, what units can be used?
What are hierarchy levels in jcl?
Explain how can a stopped job be started again?
How can the attributes of one sms dataset be copied to another dataset?
What is jcl in mainframe?
How can values be passed from the job stream to an executable program?
Differentiate between addressing mode and run mode.
Must tape dataset definitions include vol=ser specifications?
Define concatenating?
What are steplib and joblib? What for they are used?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?