How I can reread the physical file in CL program once the
end of file reached in same CL program.
Answer Posted / shobhit
Have you tried this option..
This option will not work as once the end of file reached
in CL program can not be reseted at beginning.
The Only way is come out of the cl program and call it
again.
Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How can we override a file during runtime in rpg?
is this a rpg channel?
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?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is an online rpg?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
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.
how do I declare a table or array in rpg iv?
what was the robotech rpg?
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?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg