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 rmode(24)

681


What is link edit in cobol?

772


What are different data types in cobol?

691


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

711


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

825






1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


Can a Search can be done on a table with or without Index?

804


What is Pic 9v99 Indicates in COBOL?

729


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


what is search and searchall?what is the diffrence between them?give an best example?

5563


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

780


How do you differentiate between cobol and cobol-ii?

658


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

2337


how do you reference the rrds file formats from cobol programs

801


What are the different rules of SORT operation?

700