read all error codes like SB07?
what is alternate index?
Explain about Internal Sort
How do you send the output of a COBOL program to a member of a PDS?
How to get the last but one duplicate record of the file using Sort?
//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 /*
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what is the control cards?
Passing a variable parm from JCL to a cobol/db2 program
what is the JCL statement consists of?
What is concatenating?
when GDG version number get changed ? bcz always Generations only increasing.
how you will the direct the data to spool using sysout option?