I want to declare the number of elements of an array
dynamically in RPGLE ? Is it possible? If yes, then how do
I do it ?
Answers were Sorted based on User's Feedback
Answer / mahalakshmi
Dim(no of elements) as the file level keyword . can anyone tell me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between the procedure and module in ILERPG?
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 check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
How to write record if no field or the field are different in physical file in rpgle ?
what is file identifier wher we can use
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
What is a record lock error?
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
3 members in a databasefile .how to read records from all the members?????????
1.The questions have given an array declaration and move operation then this statement is correct or not?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.