how can i code cond parameter in procedures ?
i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths
Answers were Sorted based on User's Feedback
Answer / greeshma
In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shaan
If you want to restart from a particular step from a
cataloged procedure, then type RESTART.PROCSTEPNAME.JOBSTEPNAME.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / prachi
COND parameter can be coded in Job card as well as on STEP..
In this case if you want to execute from STEP5 to STEP10
then you need to code Restart parameter on Job card as
Restart=STEP5
| Is This Answer Correct ? | 0 Yes | 3 No |
What will happen if two JOB statements are mentioned in an JCL continuously.
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
how to modify the copy book?explain with examples
How to empty the records in jcl
when GDG version number get changed ? bcz always Generations only increasing.
how to convert a file form fixed Length to variable length?
how to skip the steps in JCl
Can a PS file be read in reverse order?If so,how
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
How do you handle empty files in a JCL ?
how do u send return code from cobol to jcl ?