In RPG program one file using as a PRIMARY file while
running program some of the records reading twice any body
know why its happening
Answer Posted / prabhakar
This will happen if there is any duplicate records in
physical file..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
what is the necessary keyword needed to scroll subfile records?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
What is difference between bind by copy and bind by reference?
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 to define data area in RPG program? In which scenario multi occurrence DS is use 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
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is file information data structure?
How Chain operation copies the record's data to the input buffer for the program?
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.
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?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How would display prime numbers using CL program?