-
-
-
What is MOD and when would you use it?
DISP=MOD is used when the dataset can be extended, ie, you can add records at the end of an existing dataset.
-
What is the purpose of the PARM keyword in the EXEC statement?
The value after the PARM= specifies control information to be passed to the executing program of the job step.
-
-
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 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?
-
-
-
-
Send email from JCL in Mainframe
How to send a Mainframe file to a mailbox using a JCL? Mailbox could be any? What parameters need to be passed in the JCL like - Host address, mail address, etc..?
-
JCL Steps
How to Run same steps in a jcl 'n' number of time each time with different input files without repeating the steps n times?
-
Calculate total space allocated for file
If file is having space parm as SPACE=(CYL,(10,10)) i.e. 10 primary, 10 secondary. So how much cylinders totally it will take before dataset filled till end?
-
-
-
-
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?
-
GDG Generations and PDS Members
Why should we go for generations in GDG when the members in PDS can do the same work?
-
-
How is the keyword DUMMY used in JCL?
For an output file DUMMY specifies that the output is to be discarded. For input it specifies that the file is empty.
JCL Interview Questions
Ans