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 RPG cycle?
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
What are the commands that can be executed in CLP but not in RPG? Why?
parameters cannot be passed in which one???
I want to add 10 days in current date. how it is possible in CL program...?
how do you use commitment control in rpg?
Can we have a Physical file without any member ? Please let me know
How can we override a file during runtime in rpg?
Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
How to read alternative records in a pf by using rpg?