IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / sowdamini
we can override step1 and 3 by dd dummy statements.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
Explain how can the submitting users racf authority be overridden in a job stream?
Name what parameter directs the output of the job log dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the function of //jcllib statement?
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
How to pass the parameter in parm using linkage section ? (syntax)?
how you will the direct the data to spool using sysout option?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
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 dd statement is used to supply the name of a dataset?
what is JCL?
For what purpose steplib and joblib are used ?
what is the difference between JES3 and JES2?