I am having one step in my jcl.in that step,i am calling one
proc.In that proc,i have 10 steps.i want to call a particular
step in that proc without writing any new jcl ike iebedit
utility...

Answer Posted / venkat ramana

IN THIS CASE, CODE THE CONDITION PARAMETER ON THE JOB
STATEMENT IN SUCH A WAY THAT IT WILL BYPASS ALL THE STEPS
IN THAT JOB.
COND = (0,LE)

AND FOR WHAT EVER THE STEP YOU WANT EXECUTE, WRITE THE
BELOW COND PARAMETER

COND.STEPNAME (NAME OF THE STEP YOU WANT TO EXECUTE) =
(0,GT)

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameter we cannot use in procedure?

644


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


how do you code a null statement?

780


how you will the direct the data to spool using sysout option?

1769


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2111






How can a fb file convert to vb file using sort program?

809


is there any way to execute more than one proc in the same exec statement at the same time..?

2113


Why include statement is used in a jcl?

691


what is the compile process of cobol program expalin with code

2006


What is the function of a dd statement?

709


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

675


What is the function of //jcllib statement?

814


What are the difference between jcl and jes?

1050


How can a stopped job be started again?

718


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

753