What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
No Answer is Posted For this Question
Be the First to Post Answer
How to Enter The Spool Area In Real Time?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
How to alter the parameters for the existing gdg?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are hierarchy levels in jcl?
How to DEBUG a JCL?
Why we will create load module in PDS only, Why nt in PS?
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.
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
What happens if both JOBLIB & STEPLIB is specified ?
Are there any set of rules for the names of the steps used in a job? What are they?