-
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.
-
Describe the JOB statement, its meaning, syntax and significant keywords?
The JOB statement is the first in a JCL stream. Its format is // jobname, keyword JOB, accounting information in brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFY, CLASS, etc.
-
Describe the DD statement, its meaning, syntax and keywords?
The DD statement links the external dataset name (DSN) to the DDNAME coded within the executing program. It links the file names within the program code to the file names know to the MVS operating system. The syntax is // ddname DD DSN=dataset name. Other keywords after DSN are DISP, DCB, SPACE, etc.
-
-
-
-
-
-
JCL Interview Questions
Ans