How to read alternative records in a pf by using rpg?
Answer Posted / sreedhar reddy
Simple way is just read a PF process 1st record, then for second read ignore it. It is simple like having two read operations, first is at start of the loop and second is at just before end of the loop.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between copybooks and subprocedures in as400?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
are there any useful c runtime apis that I can call from rpg iv?
what do you mean by an input subfile, what are the keywords required?
What is the purpose of record level identifier?
how do I preserve and clean the array?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
how do I declare a table or array in rpg iv?
what is the use of sflnxtchg?
What are the types of identifiers?
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.
How Chain operation copies the record's data to the input buffer for the program?
can you debug ile rpg program using isdb?
What is difference between bind by copy and bind by reference?