Give the syntax of job specifying jcl statement.
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
What do you understand by jcl?
What is DISP= (NEW,PASS,DELETE)?
What is the difference between the positional and keyword parameters? Give examples.
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?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
How do you send the output of a COBOL program to a member of a PDS?
How jcl work to handle various input output file operations?
What are the valid DSORG values ?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
delete rules in db2
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?