Can a run time array be declare like below with no
specified number of elements ? Is it possible ?
DFLD_ARRAY 7 DIM() INZ(*blanks)
What does this mean ? Does this mean that the number of
array elements will be dynamically declared during run
time ?
Answer Posted / jeganath
No, its not possible to declare run time array in rpgle,
we can use %Alloc to allocate memory to elements, but sill
the no of element for an arry will not changed in run time
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
what is file information data structure?
How would display prime numbers using CL program?
How to handle duplicate error handling in RPG?
can you debug ile rpg program using isdb?
what was the robotech rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
What is the difference between iter and do?
is this a rpg channel?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
can I touch the array during treatments?
What is difference between bind by copy and bind by reference?
Explain mdt?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what do you mean by an input subfile, what are the keywords required?
how do I preserve and clean the array?