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 / kcsyam
use EXTMBR('*ALL') keyword on F specification
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
is this a rpg channel?
what are the key words you must use when using a subfile?
how do I declare a table or array in rpg iv?
what is an online rpg?
what is a rpg?
What is the purpose of record level identifier?
can you debug ile rpg program using isdb?
When it is desirable to describe files Internally?
what is *place and *auto keyword in prtf ?plz explain
What are the types of identifiers?
what was the robotech 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.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is kids-rpg?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?