How to execute step2,step5,step7 of a proc of 10 steps?
You are not allowed to change in JCL.

Answer Posted / adarsh

we can execute selected steps using iebedit utility..

//sysin dd *
edit type = include,stepname=(step2,step5,step7)
//

Is This Answer Correct ?    34 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What dd statement is used to supply the name of a dataset?

769


What are hierarchy levels in jcl?

943


What are some jcl statements that are not allowed in procedures?

721


How can the disposition of sysout datasets be set for an entire jobstream?

831


How do you submit a job for execution?

634






What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1803


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

444


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

935


What is the function of the dd dcb keyword?

819


When space is allocated for an output dataset, what units can be used?

738


how do you code a null statement?

768


What is the use of disp parameter?

646


which utility is used to run a cobol-db2 program?

797


What is the difference between run mode and addressing mode?

629


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

739