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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the interactive job?

579


How to know the particular record in pf with out reading?

590


When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

569


What is the primary file?

586


How to change the batch job to interactive job?

578






How to index LF by relative record no (RRN)

2832


What is the interactive job? What is the batch job?

588


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

628


Last statement of any rpg program is lr?

614


What is the purpose of the chain and setll and setgt?

591


Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?

7448


How to find the list of source physical files in a library?

622


I have a pf, it contains 5 members, how to access particular member data from logical file?

529


What is FORMAT keyword and its use?

205


What is the use of member in pf?

539