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 ?
Answer Posted / candy
%elem(array)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would display prime numbers using CL program?
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.
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
what is kids-rpg?
what are the key words you must use when using a subfile?
what is *place and *auto keyword in prtf ?plz explain
what is the necessary keyword needed to scroll subfile records?
What is ment by record level identifier?
How to handle duplicate error handling in RPG?
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.
is this a rpg channel?
what is an online rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How many program bind in one module....
do you use message subfiles? What are the necessary keywords required coding a message subfile?