How I can reread the physical file in CL program once the
end of file reached in same CL program.
Answer Posted / mathi
The PF must be opended using OPNDBF or OPNQRYF in CL. Then
using POSDBF OPNID(Filename) POSITION(*START) command we
can make the cursor to point to begining of the file.
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
what is *place and *auto keyword in prtf ?plz explain
What is file identifier where we can use?
how can you display specific subfile page on the screen in unequal subfile?
What is the difference between copybooks and subprocedures in as400?
what is data area and how it is used in rpg program ?
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.
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
what is file information data structure?
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.
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?
how does the rpg element work?
How would display prime numbers using CL program?
which program rpg or cl is efficent to update a transaction onto a database file and why ?