How I can reread the physical file in CL program once the
end of file reached in same CL program.
Answer Posted / siddhartha
Use POSDBF OPNID(File Name) POSITION(*START) to position
the cursor to the beginning of the file.
| Is This Answer Correct ? | 11 Yes | 20 No |
Post New Answer View All Answers
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
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How would display prime numbers using CL program?
what is a rpg?
How to select highest score of each subject or how to select highest income of every month?
what do you mean by an input subfile, what are the keywords required?
What is difference between bind by copy and bind by reference?
How to write record if no field or the field are different in physical file in rpgle ?
what is data area and how it is used in rpg program ?
How can we override a file during runtime in rpg?
what is the procedure and explain about real time scenario.
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 the types of identifiers?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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.