read all error codes like SB07?
//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 TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
What is primary allocation for a dataset?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
What is default if we don't specify RD parameter at all ?
i want to store 20 digits . how will u do it in cobol ?
What is GDG and what is the maximum limit of versions that can be created?
What does SYSIN * indicate?
How can the disposition of sysout datasets be set for an entire jobstream?
How do you handle empty files in a JCL ?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
What all are the changes to be made in JCL so as to do testing?