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...

Answers were Sorted based on User's Feedback



I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i w..

Answer / guest

1)Please use the Restart parameter in the job card (for
example Restart=jobstep.procstep)

Is This Answer Correct ?    4 Yes 0 No

I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i w..

Answer / 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

More JCL Interview Questions

hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

0 Answers   HF, iNautix,


What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?

4 Answers   IBM,


What is a S0C4 error ?

2 Answers  


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

0 Answers   IBM,


how to resolve soc-7 ? please tell me

3 Answers   IBM,






How to run cobol program using jcl?

0 Answers  


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


how are instream data terminated?

3 Answers   Tech Mahindra,


what is the restart?hopw it is invoked?

1 Answers  


what is the purpose of coding class parameter in job statement?

0 Answers   IBM,


Is Default for MSGCLASS = (1,1) ?

2 Answers   IBM,


Categories