268 How many parameters can be defined in a RPG program. ?
Answer Posted / akash singh
255
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what key word is used when screen is re-display?
can a single screen format occupy a screen area above and below a subfile format ?
Using %check we are checking monika in mona what is output? What is %SCAN?
how can I automatically refresh a web page?
when is a tag statement used in rpg?
How can we change the uppercase to Lowercase in RPG?
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
How can we arrange duplicate records in a file?
how do you specify page overflow indicator for printer files in rpg?
What is diff between EVAL & MOVE?
what are the different methods to access seu?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
which of the cl command can be used to determine which logical files are dependent on a specific file?
what is the use of dspatr(mdt) keyword?
what does the opcode free do?