what is the JCL statement consists of?
No Answer is Posted For this Question
Be the First to Post Answer
//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 is the difference between static call & Dynamic call ?
How many parameters are there to a DISP statement and what are their uses ?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
what is a cataloged procedure ?
how to run JCL thru COBOL.
What are the kinds of job control statements?
Explain about LMGET�read a logical record from a data set
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
wht r s722,s822,s122 and s222 abends pls reply fast
what is check pending option
Can you code instream data in a PROC ?