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 |
wht is sysudump n sysout,sysprint ?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
what is fixed length and variable length and difference between them
What do you understand by the term job time – out and how can you overcome that?
How do you access an uncatalogued dataset in a jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
what is a jcl?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
what are the statements that are not valid to be included in an include statement?