Suppose in CL we reach at end of file and again we have to reach from 1 record
Answer Posted / nitin
We can use OVRDBF and position file to *START
i.e. OVRDBF FILE(EMPLOYEE) POSITION(*START)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
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?
What is ment by record level identifier?
What is the difference between iter and do?
what is the procedure and explain about real time scenario.
How many program bind in one module....
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to write record if no field or the field are different in physical file in rpgle ?
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 a rpg?
How can we override a file during runtime in rpg?
What is the difference between copybooks and subprocedures in as400?
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
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?
what is data area and how it is used in rpg program ?