If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
Answer / mahalakshmi
Give file level keyword as the unique based on first keyfield
| Is This Answer Correct ? | 0 Yes | 0 No |
program to find the number of objects used in a given program through a display.
how do I declare a table or array in rpg iv?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
What are the necessary keywords required to code a message subfile?
Why Rpg/400 is Famous?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
When will DUMP & DEBUG be ignored?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
When it is desirable to describe files Internally?
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
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.