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
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 |
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 |
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
how to code instream data in procedure?
Define concatenating?
how to convert fb to vb in jcl ?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
Explain how can an in-stream dataset be terminated?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
I have a File that has duplicate records. I need only those records that occur more than thrice.
Explain the function of a dd statement?