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
what is the rpg system?
How would display prime numbers using CL program?
what is the difference between do while and do until?
how do you use commitment control in rpg?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
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.
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the necessary keyword needed to scroll subfile records?
Explain mdt?
How to select highest score of each subject or how to select highest income of every month?
what is the procedure and explain about real time scenario.
what is kids-rpg?
are there any useful c runtime apis that I can call from rpg iv?
How to handle duplicate error handling in RPG?