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 / prasanh
Hello, EXTMBR key word can be used in RPGLE program, but the
question is how to use it in RPG?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How would display prime numbers using CL program?
what is an online rpg?
how can I tell when to replace the array?
are there any useful c runtime apis that I can call from rpg iv?
is this a rpg channel?
what is the procedure and explain about real time scenario.
how do I declare a table or array in rpg iv?
What are the types of identifiers?
how do you use commitment control in rpg?
How many program bind in one module....
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 necessary keyword needed to scroll subfile records?
how do I preserve and clean the array?
What is the difference between iter and do?