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 Multi Occurrence Data Structure(MODS)?
what is *place and *auto keyword in prtf ?plz explain
What you have to do in the display file when you are using message subfile?
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.
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
what is batch debug in as400?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
what is the difference between the cpyf command crtdupobj command?
Write a program to display prime numbers between 1 to 100 using RPGLE.
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?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
what is data area and how it is used in rpg program ?