The RP program is displaying records 11 times .But there
are 10 records in
a pf.(ie last record is displayed twice).How to
display records only 10 times?
Answer Posted / siva
Try this
Read File1
If %Found
Dou %Eof
|
|
Read File1
Enddo
Endif
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how do I declare a minor?
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
How Chain operation copies the record's data to the input buffer for the program?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
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.
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?
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?
what are the key words you must use when using a 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 are the types of identifiers?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is program status data structure?
How can we know running job is batch or interactive?