Describe the JOB statement, its meaning, syntax and
significant keywords?
Answer Posted / guest
The JOB statement is the first in a JCL stream. Its format
is // jobname, keyword JOB, accounting information in
brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFIY, CLASS, etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
define cond parameter in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the parameters that are used in creating a gdg?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How does the jcl specify the job to os?
How to alter the parameters for the existing gdg?
What is the function of the dd mgmtclas keyword in sms datasets?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Is condition checking possible in jcl? If yes, how?
how you can direct the data to spool using SYSOUT option?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
which utility is used to run a cobol-db2 program?
Explain how can values be passed from the job stream to an executable program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC