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 |
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .
in which journalling which attributes are necessary
what is edit word and edit code
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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.
how do u track msg in cl pgm???
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
use of PUTOVR,OVRDTA,KEEP keywords?
Need a sql query: retrive all duplicate records in table
purpose of pannel group??/
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?