Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the access modes of START statement?

1325


Which division and paragraphs are mandatory for a COBOL program?

1328


What is a SSRANGE and NOSSRANGE?

1525


What is a report item?

1193


What are the rules of the move verb?

1319


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

1174


What is comp-1 and comp-2?

1278


What is the difference between comp and comp-3?

1225


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

1481


Write a program that uses move corresponding.

1204


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1262


Explain how you can characterize tables in cobol?

1111


What is the difference between comp and comp-3 usage?

1253


What are the various section in data division and briefly explain them.

1249


i need a small 3d program using inline and outline.

2259