What is the syntax of JCL statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of addrspc parameter in exec statement?
What is the difference between sb37,se37,sd37 each?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
which utility is used to sort a file in jcl?
What is a S0C4 error ?
What are the difference between jcl and jes?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
Can we use empty VSAM as input?
how do u see jobs submitted before ur job ?
//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 are some jcl statements that are not allowed in procedures?
Can a PS file be read in reverse order?If so,how