Explain the function of the steplib dd statement?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Differentiate between the joblib and the steplib statements?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
wht is step lib n job lib ? where can we code joblib n steplib ?
What is the use of DSNDB07 ?
what operation is performed by job statement?
If job is submitted with typerun = hold then how can we submit the same job?
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?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
What is RESTART? How is it invoked?