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 / sudhakar mallela

i thing restart is using in jcl this is exec parameter,
if we have the 3 steps in jcl
//step1
//step2
//step3 in this case we run the jcl and got the abend at stop3,we don't want to run again step1 and step2,
directly we write like this
Restart = step3 bypass step1 to step2.

Is This Answer Correct ?    7 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1686


Name some of the examples of COBOl 11?

3196


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1613


How to print 10 to 1 if the input have only 10 digit number?

1300


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

1389


What is static and dynamic call in cobol?

1113


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

1225


For rewrite, why is it mandatory that file needs to be opened?

1148


What is Pic 9v99 Indicates in COBOL?

1335


Explain how you can characterize tables in cobol?

1110


How do you get the data to code the BMS macro?

2009


Explain how to differentiate call by context by comparing it to other calls?

1237


What is the problem of ordered sequential files access?

1202


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1147


What are the different types of condition in cobol and write their forms.

1145