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 |
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain about SYSVAR
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
What is the purpose of dd?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can we use DISP=SHR in output file in JCL
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..