suppose i i am changing / updating record of subfile and i
want to change the record in reverse order . means i want to
change the bottom record first and so on through readc . how i
do it please any one explain .
Answer Posted / dkumar3
Can't we use SETGT >> READPE >>> Update ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a rpg?
how do I declare a table or array in rpg iv?
How to declare the pull button in AS/400..
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
explain sflclr, sflend, sfldlt, and sflcsrrrn?
Explain mdt?
are there any useful c runtime apis that I can call from rpg iv?
what are the key words you must use when using a subfile?
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?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
What is the purpose of record level identifier?
what is the difference between do while and do until?
How Chain operation copies the record's data to the input buffer for the 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?
can you debug ile rpg program using isdb?