How to search particular records from the database file in rpg?
Answer Posted / mahalakshmi
INFDS(*record)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
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.
How many program bind in one module....
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.
how can you display specific subfile page on the screen in unequal subfile?
can you debug ile rpg program using isdb?
What is the difference between iter and do?
What are the types of identifiers?
what do you mean by an input subfile, what are the keywords required?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is file identifier where we can use?
what is kids-rpg?
can I touch the array during treatments?
How Chain operation copies the record's data to the input buffer for the program?