how can you check for a records existence without causing and i/o (chain/read)?
Answer / kanckan singh
With the help of File Information Data Structure, we can check existence of records in a physical file. The code is described below:
In File description continuation line (IPFK),
KINFDS RCDS
IRCDS DS
I*RECORD
#RCDS
with the above code we can check the existence of records in a file without causing I/O operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data structure in as400? What is the use of data structure?
What are the different types of access paths maintained on the file?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
what is a composite key?
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
What are all the different types of access path?
What is a job log?
which are the relational operators in rpg?
what is service program?
what are the different types of arrays?
how do you specify the number of records to roll in a subfile ?
define the purpose of the iter operation?