Explain about Specifying compiler options in the PROCESS (CBL) statement
how many members can be created inside a single pds?
what is JCLLIB and PROCLIB in jcl and their syntax
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
How do you submit a JCL under CICS environment ?
how to concatenate datasets
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
diff bw vsam and normal flat file?
What is a COND parameter in JCL?
Explain about LMQUERY�give a dialog information about a data set
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.
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?