How to submit a jcl from cics?
No Answer is Posted For this Question
Be the First to Post Answer
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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 the function of //cntl statement?
can we copy a file from fixed block to variable block and vice versa ....asap
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
What is a JCL Command statement ?
Is it possible to left uncode disp? If yes, how?
Name a few IBM utility programs, and explain its function.
how to convert a file form fixed Length to variable length?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
How to release the Output HELD by using HOLD = YES on DD statement ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?