what is the purpus of the chain and setll and setgt ?
Answers were Sorted based on User's Feedback
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 |
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 |
I have a PF with out any data but the dependent LF is having data?
How many max. Record format a logical file have?
How to find the list of source physical files in a library?? Is there any way to get a list??
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?
How to know logical file belongs to which physical file without source?
what is exception and how many types of exception
How to change the batch job to interactive job?
How to read a pf in reverse(from last record to first) using cl?
Is Constent can be define as a key field?
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
Which keyword is used both in subfile and subfile control record format of a DSPF?