-
-
-
-
-
JCL DD Statement
The step contains more than 3273 DD statements then what will happen the job if I submit..?
-
-
Sort Card
What is the SORT CARD pertaining to the following statements:SD SORT-FILE.01 SORT REC. 05 NAME PIC X(10). 05 FILLER PIC X(45). 05 DEPIT PIC X(15). 05 AGE PIC 9(3). 05 SALARY PIC 9(6)V99 COMP-3. 05 FILLER PIC X(13).SORT SORT FILE ON ASCENDING KEY NAME SALARY DESCENDING KEY AGE.OPTIONS:a. SORT FIELDS=(1,10,CH,A,774,5,PD,A,71,3,ZD,D)B. SORT FIELDS=(1,10,CH,A,71,3,PD,D,74,5,ZD,A)C.SORT...
-
CEEDUMP and SYSUDUMP
Hi, Can anybody please tell me what is the exact purpose of the CEEDUMP and SYSUDUMP and How effectively we can use them for the problem solving( abend handling)
-
JCL Multi Threading
What is meant by multithreading in JCL?
-
Terminated Job
What happens when we give disp=(new,catlg,catlg) and the job is terminated?
-
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 and JES
1.What is the difference between JCL and JES.?
2.What is the difference between VSAM and DB2? -
Changes in COBOL-db2 to run JCL
What are the changes to be done in JCL for Cobol-db2 program to execute?
-
-
Copy Data from PDs to VSAM
Explain VSAM. Write a program to copy data from PDs to VSAM data set.
-
Comparison of 2 files in Mainframe
How to compare 2 data sets in Mainframe without using SUPERCE utility as the output is limited to 133 bytes for SUPERCE.
-
-
What are the kinds of job control statements?
The JOB, EXEC and DD statement.
-
What is the meaning of keyword in JCL? What is its opposite?
A keyword in a JCL statement may appear in different places and is recognized by its name, eg. MSGCLASS in the JOB statement. The opposite is positional words, where their meaning is based on their position in the statement, eg. in the DISP keyword the =(NEW,CATLG,DELETE) meanings are based on first, second and third position.
-
Explain concatenating datasets?
Datasets can be grouped in a DD statement one after another, eg. in a JOBLIB statement where the load module can exist in one of many datasets.
JCL Interview Questions
Ans