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 / 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 |
in which journalling which attributes are necessary??/
What are the necessary keywords required to code a message subfile?
What is ment by record level identifier?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
What are the types of identifiers?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis