3 members in databasefile .how to read records from all the
members??
Answer Posted / swadesh
With the OVRDBF command give the member name as *all.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is difference between bind by copy and bind by reference?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do I declare a table or array in rpg iv?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
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...?
can I touch the array during treatments?
What is the purpose of record level identifier?
how do I declare a minor?
what is the difference between do while and do until?
how does the rpg element work?
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 a rpg?
are there any useful c runtime apis that I can call from rpg iv?
What is file identifier where we can use?
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?