What statement marks the end of an in-stream or catalogued procedure?
In which table PLAN is registered in ?
What 3 guidelines do we have to follow when concatenating DD statements?
How to execute 300 steps in a Job?
How is the record format of an output dataset specified?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
Explain about LMOPEN -
What is GDG?
What does IEBGENER do?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.