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 / phalgun
Use OVRDBF command in RPG using QCMDEXC
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what is file information data structure?
what is the necessary keyword needed to scroll subfile records?
What is the difference between copybooks and subprocedures in as400?
what was the robotech rpg?
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.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How would display prime numbers using CL program?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
which program rpg or cl is efficent to update a transaction onto a database file and why ?
What is the difference between iter and do?
how do I declare a minor?
what is the difference between do while and do until?