How to Write the RESTART Logic Using COBOL?

Answer Posted / mahendra babu

it is a keyword parameter at job level which is used restart the job from a specific step as per the user requriment.
syntax: 1) restart = step name.
2)restart = jclstep.proc step.
ex:-//jobcard , restart= (s3).
//s1
//s2
//s3
//s4
at the above ex is used to restart the job from s3 using the restart parameter.

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

663


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1906


Difference between cobol and cobol-ii?

697


How do you reference the fixed block file formats from cobol programs

692


What the difference is between continue and next sentence?

651






Describe the cobol database components?

670


IF I mention stop run in CICS what happens?

1886


What is redefines clause in COBOL?

839


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2321


A table has two indexes defined. Which one will be used by the SEARCH?

746


) what is the difference between AID and HANDLE AID?

1626


How to know whether the module is dynamical or statistical?

648


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

764


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

702


What are 77 levels used for?

649