hi,i have joined in mainframe course recently. ihave a doubt
ragarding restart parameter.what is d use of it. and what is
d syntax for it. any one give me d answer pls.
Answers were Sorted based on User's Feedback
Answer / reddyp
Restart papameter is used to restat a step from the
abendining step.
assume that jcl has 5 steps.You have submitted the job.And
the job was abended at step4.so , u need to execute the
step from step4.here note that 3 steps are executed
successfully.Here u can code RESTART=step4 on the job card
and submit the jcl.Now the job will skip the first 3 steps
and starts executing from the step #4.
Hope this helps
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / neethu
yes, also i would like to share one more point,if we did
not give restart it will restart from step1 itself. incase
if it is abbends in step1 itself we dnt need to give
restart coz as default it will always restart from step1.
Is This Answer Correct ? | 3 Yes | 1 No |
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
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?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
is step name is compulsory in jcl ?
What does a disposition of (new,catlg,keep) for a dsn mean?
which parameter is used to check the syntax of a jcl without executing it?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
i need some shortcuts and tso commands can any on ehelp me in these ?
if we give two job cards in a single what happens
How do you submit a job for execution?
what will be the error code if duplicate key of VSAM file is found?