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 |
What is the use of member in pf?
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
How can we handle errors in RPG?
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.
I have a pf, it contains 5 members, how to access particular member data from logical file?
What is FORMAT keyword and its use?
what is multiple member pf
What is open data path?
How to find the list of source physical files in a library?? Is there any way to get a list??
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
can we concate fileds in physical file? If yes how can we do?
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.