how can we view the entire objects and its types in a pgm?
Answer Posted / bharathi
By using DSPLIB(lib name/*all)
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
what is the difference between *like and *namvar ?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
difference between sflrcdnbr and sflnxtchg?
what is the purpose of the indara keyword?
which indicator is used for read?
what are all the contents of subfile?
can you specify a display file to be used in the following modes input,output, or combined modes ?
What is compiler directive in as400? Give example of compiler directive.?
define the purpose of the *bcat function?
how can I control from my cgis the cache of a remote browser?
what is the purpose of ovrdta (override data) keyword?
what is subfile?
How to Define a Procedure in RPG?
how can you detect overflow for a print program that prints multiple lines per cycle?