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

When is the results table for the query in a DECLARE CURSOR
statement created?

Answer Posted / shailendra

cursor
declare cursor : it is not exectable statement it take
place in working storage section,it just keep the cursor
on that place where the condition is satisfied which is
define in the quary.


executable statement define in procedure division:

1> open cursor : it define now which cursor open to retrive
data, we can define many cursor at a time.
2> fetch cursor:this statement fetch the record which is
satisfy the condition
3> close cursor : it close the cursor

now if we want to fetch the same record again then it must
to go through open cursor statement again.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who uses db2?

1111


How and when does the db2 enforces the unique key?

1140


How many databases can be created inside an instance in db2 ?

1084


How to restart a DB2 program?

1953


What are the contents of dclgen?

1160


What is the use of db2 optimizer?

1172


What is the purpose of using commit?

1150


Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference

1531


What is the use of runstats in db2?

1178


What's The Percentage Free Space ?

1282


What r the comman abends in db2, jcl and cobol???????

2309


What do you mean by between and in? Is between inclusive of specified range values?

1139


How do I import a csv file into db2?

1039


Which isolation level provides maximum concurrency?

1203


What is iseries database?

1113