Suppose you have 3 members in a database file. How to read
records from all the members without using CL (OVRDBF) i.e.
Entire process should be handled exclusively in a RPG program?
Answer Posted / milan kumar banerjee
One way could be using CPYF copy all the members into a
single member of a file and then process the new file in
the RPG.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is kids-rpg?
how can I tell when to replace the array?
what is an online rpg?
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.
What is the purpose of record level identifier?
How can we know running job is batch or interactive?
what is the difference between do while and do until?
How many program bind in one module....
explain sflclr, sflend, sfldlt, and sflcsrrrn?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
how do I preserve and clean the array?
what is the necessary keyword needed to scroll subfile records?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is the difference between iter and do?