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...

Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.

Answer Posted / abhilash

Its simple

Both mean transfer of control.

Continue - Will transfer control to next statement after
explicit scope terminator.( end-if, end-perform etc.)

Get Next - Will transfer control to next statement after
Implicit scope terminator (. operator)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6661


How to know whether the module is dynamical or statistical?

1208


What is the difference between next sentence and continue in cobol programing language?

1274


What is the problem of ordered sequential files access?

1205


How do define dynamic array in cobol.

1185


how do you reference the esds vsam file formats from cobol programs

1265


What are the rules of the move verb?

1319


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

1149


Give some examples of command terminators?

1318


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2492


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1292


Name some of the examples of COBOl 11?

3196


Can we change the password using ALTER? anyone tried and changed?

2075


how do you define single dimensional array and multidimensional array in your cobol?

1148


What is inspect in cobol ?

1352