How do you know if a record exists without doing a READ and
CHAIN?
Answer Posted / avinash
by using file information data structure we can find the
number of records in a file.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How Chain operation copies the record's data to the input buffer for the program?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
Explain mdt?
what is *place and *auto keyword in prtf ?plz explain
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
can I touch the array during treatments?
what is a rpg?
how do you use commitment control in rpg?
what is the necessary keyword needed to scroll subfile records?
What is difference between bind by copy and bind by reference?
how do I declare a table or array in rpg iv?
what do you mean by an input subfile, what are the keywords required?
How can we override a file during runtime in rpg?