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 .
Answers were Sorted based on User's Feedback
Answer / maheshg
better to have multi occurance of DS load all the record
which is read through READC and read DS in reverse oreder
for changing / updating.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / baggy
That is possible by using embedded sql to fetch the data
using CURSORS to subfile and group by ASCEND or DESCEND
Is This Answer Correct ? | 1 Yes | 1 No |
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
suppose if we want to update the data in cl what we will do?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
list down and describe the sub systems vailable
Difference between RESET and CLEAR
parameters cannot be passed in which one??
Can AnyOne tell me how to read join logical file in rpg from starting to end?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
What are different ways to pass data between programs and which one is the efficient way?