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 |
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
Write a program to display prime numbers between 1 to 100 using RPGLE.
can you debug ile rpg program using isdb?
What are different ways to pass data between programs and which one is the efficient way?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
What is the name of default out queue when user logs inn to syatem with valid profile?
How to sort an array in descending in RPG
how do you use commitment control in rpg?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
What is the length of Signature?
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?