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 |
two attributes which govern the excecution of a job>>>>??
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
steps for debugging two rpg programs????
how do I do concatenation in rpg iv, like I do in cl?
are there any useful c runtime apis that I can call from rpg iv?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
How to identify the object has compiled with the debug view as *source without using STRDBG?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
use of PUTOVR,OVRDTA,KEEP keywords?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...