-
-
-
-
-
-
-
Pass Parameter from JCL to COBOL
How will you pass a parameter from JCL to COBOL without using param and sysin?
-
-
PS and PDS
What is the difference between PS and PDS ? If a PS file is almost equal to member of a PDS. Then what is the neccerasy to use a PS file.?
-
-
MCQ Comparison Operators
In what order does the system evaluate comparison operators?
-
JCL program Copy Book Copylib
You have mentioned the copylib in JCL program but the copy book is not expanded in the program what is the possible error you get?
-
JCL SORT CARD to filter data
If you have 2 input files with redundant data. For example
INP1 INP2
A B
B D
C E
D F
-----------------------
How will fetch records of INP1 which are present in INP2 to a new output file and also fetch the records which do not match in another output file.
Please tell me the SORT CARD... -
JCL to read CONTROL CARD data & change the course of action
Hi,I need some suggestion on below query. Requirement details are mentioned below.Code one JCL with 4 steps (STEP01, STEP02, STEP03, STEP04). Now STEP01 will read one CONTROL CARD data and as per the contents of that CONTROL CARD data next step execution will be decided.CONTROL CARD will have either 01 or 02 or 03. Now if 01 there in the CONTROL CARD then STEP02 will execute, if 02 then STEP03 will...
-
JCL Condition
Hi Friends,
question am going to ask is very simple but suggest me your way of thinking
am having 5 steps, i want to keep cond(condition code) for 4th step, in which the 4th step run only all the above three steps must get abend. If any one of the first 3 steps run successful the step-4 must by-pass.
If any mistakes are there please excuse me. -
JES
What is JES?Explain in detail about JES?What is the difference between JES2 and JES3?
-
JCL parm parameter
i am passing data from jcl using parm to COBOL-db2 program, where can u retrieve the passing data in COBOL-db2 program and where it stored?
-
-
JCL SORT utility
Can we copy the data of two input files to two output files using SORT utility with the data as 'SORT FIELDS=COPY' in the same step?
-
JCL Interview Questions
Ans