I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5.
Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
Answer Posted / swetha krishna
2 setll pf
read rec
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can you debug ile rpg program using isdb?
How can we know running job is batch or interactive?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is program status data structure?
What is the difference between copybooks and subprocedures in as400?
what is an online rpg?
what is file information data structure?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
are there any useful c runtime apis that I can call from rpg iv?
is this a rpg channel?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
do you use message subfiles? What are the necessary keywords required coding a message subfile?
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 is difference between bind by copy and bind by reference?
How many program bind in one module....