Mainframe King
Home
JCL Tutorials
Query page
Contact Us
How many JOB statements can be coded in a single JCL?
At maximum, 255 job steps(EXEC) can be included in a single jcl.
Similarly maximum n no of job(JOB) statements can be coded in a single JCL
Newer Post
Older Post
Home
Labels
Basic
Book Materials
CICS
Cobol
DB2
Discussion Qn
Interview Questions
JCL
JCL Programs
Manuals
Server Info
Tools
TSO
Video Tutorials
VSAM Interview Questions
Popular Posts
Jcl and gdg interview questions
Q1) What is a Generation Data Group (GDG)? A1) Generation Data Group is a group of chronologically or functionally related datase...
cics abend:
ABENDS ABEND code index Find name 1. User codes USECD 2. System codes SYSCD 3. Return codes RETCD 4. File status codes STACD 5. SQL code...
Free COBOL compilers
The following is a list of free COBOL compilers available in the market. Tiny COBOL Free Compiler Tiny COBOL is an Open source free CO...
CICS Common Abends
Abend codes AExx AEC1 Explanation: An attempt has been made to use the Command Level Interpreter (CECI) or the Enhanced Master T...
JCL to submit particular steps of another JCL using IEBEDIT
You may get a scenario where you wish to submit/execute only particular steps of a jcl and exclude others. Although this can be handled...
Restarting and Checkpoint in JCL
CHAPTER - 11 Restarting and Checkpoint in JCL Restarts are specified using the RD and RESTART parameters. The RD parameter is used to req...
How to manage tape data sets like DD,UNIT,DCB,Volume Parameter in JCL
Examples of simple DD statements for tape data sets The allocation of an existing cataloged data set //JOURNAL DD DSNAME=MMA2.AR.JOURNA...
resource definition in cics
Before you can use CICS®, you must supply it with information about the resources it should use, and how to use them. Some examples of resou...
How to Allocating a Multi-volume Data Sets in JCL
Allocating a multi-volume data set Example 1 //CUSTMAST DD DSNAME=MMA1.CUSTOMER.MASTER,DISP=(NEW,KEEP), // UNIT=SYSDA, VOL=...
Common Parameters in Both Job and Exec Statement
CHAPTER - 5 Common Parameters in Both Job and Exec Statement COND REGION TIME These parameters can code in both JOB and EXEC statements...