How to override loadlib?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What do you understand by the term notcat 2 – gs?
List some valid operation codes in JCL
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the purpose of the PARM keyword in the EXEC statement?
I have three files for one step i need to override the third file how to do that in jcl?
What is the use of the utility DFSRRC00 in the JCL?
what will be the error code if duplicate key of VSAM file is found?
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.
What is GDG?
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?