How can we change element of compile time array?Can we do so
Answer / san
You cant change value in compile time array during run time.
You gotta change em in program source and recompile them.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the necessary command needed before OPNQRYF and why?
what r drawbacks of OPM? Why do we go for ILE RPG?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
how do you use commitment control in rpg?
What is a record lock error?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
How to declare the dynamic(run time) array in rpgle? can you please give example
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 ?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
parameters cannot be passed in which one???