What is RESTART? How is it invoked?

Answer Posted / satyasivaji

Yes RESTART is the JOB parameter,if incase due to any of
the reason your job is abended,and if you want that job to
be execute and not from the beging,that is where it is gets
abeded from that step onwards,there your using RESTART
parameter.

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Cataloged Procedures?

715


What is the difference between run mode and addressing mode?

639


i want to store 20 digits . how will u do it in cobol ?

863


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


What are the parameters that are used in creating a gdg?

742






What is the purpose of dd * statement in jcl?

814


What do you know about jcl?

651


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

916


when can a job time-out occur? How to overcome that?

753


Explain the function of dd disp parameter?

598


Explain the function of dd name parameter with a 2 part structure; audit.report?

905


What are s0c1, s0c4, s0c5, s0c7 and socb?

707


What is jcl in mainframe, and how many types of jcl statements are there for a job?

633


Explain how can return codes be tested before execution of a job step?

834


How can a jobs execution priority be modified?

800