how to retrieve particular field records from a physical
file,say i have a physical file called 'employee' in it i
have to retrieve the records of a field 'admin' present in
pf 'employee' using rpg,but i should not use logical file
or openquery file.
Answer Posted / satya
If this is a keyfld, u can directly call the record in 'factor1' setll filename then read.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the use of sflnxtchg?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
how does the rpg element work?
What is the purpose of record level identifier?
what are the key words you must use when using a subfile?
What are the types of identifiers?
How to select highest score of each subject or how to select highest income of every month?
When it is desirable to describe files Internally?
what is the difference between do while and do until?
What is difference between bind by copy and bind by reference?
what is *place and *auto keyword in prtf ?plz explain
How can we know running job is batch or interactive?
How Chain operation copies the record's data to the input buffer for the program?