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


what is the purpus of the chain and setll and setgt ?

Answers were Sorted based on User's Feedback



what is the purpus of the chain and setll and setgt ?..

Answer / sameer tirkey

Chain would fetch a record based on search criteria and put the result in the input field. The search condition could be key value or rrn , based on the value fed the search is made and the records are fetched.

Is This Answer Correct ?    6 Yes 0 No

what is the purpus of the chain and setll and setgt ?..

Answer / k

CHAIN is used for random retrieval from a File. In other
words, whatever value used by programmer in Factor 1/Key
against CHAIN opcode will be used as search/find criteria in
database file. NO VALUE RETRIEVED IN NO CRITERIA MATCH. It
can be well understand, in case of using composite keys.

But in case of SETLL and SETGT, program will return some
value, if any value present in the database/physical file.

CHAIN = Sets pointer on exact value

SETLL = Sets pointer on Lower Limit of the value

SETGT = Sets pointer on Greater Limit of the value

==========================================================

It is recommended, use CHAIN only, if record exist in
database file, instead of SETLL and SETGT, which can be used
otherwise.
========================================================

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More DB400 Interview Questions

What is FORMAT keyword and its use?

0 Answers  


what is dynslt and why we use that command when do we use command

2 Answers   Active Brains, UHG,


how to eliminate the level check error

2 Answers   TCS,


How we can't update join logical files?

10 Answers  


How many maximum record format a logical file have?

0 Answers  


How to insert more than one record to a pf at a time?(Bulk insert to a pf)

9 Answers  


How to read a pf in reverse(from last record to first) using cl?

0 Answers  


How can we handle errors in RPG?

4 Answers  


Which keyword is used both in subfile and subfile control record format of a DSPF?

8 Answers  


There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.

0 Answers  


I had created one physical file tell me command to enter data in to?

1 Answers  


How many libraries can be there in a library list?

2 Answers  


Categories