How many PARM statement can we use in a CL program?
Answer Posted / syam
Hi Megha...Your answer is correct, upto V5.R3. Now V5.R4
and greather ver.(V6.R1) new limit is 255 (per one Parm
statment) from CL to RPG.
Q. How many PARM statement per program ?
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Difference Between Interactive & Batch Job?
what is *iso date format?
How to reverse a string using RPG?
what does dfu program you to do on a record?
how can you check for a records existence without causing and i/o (chain/read)?
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 Does 'sr' In Columns 7-8 Of C Specs Mean?
different type of cursor?
how can I give more performance to some selected pages?
when do you explicitly open files and close files in an rpg program?
how may a cgi control duplicate inputs?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what is scan and xlate?
WHAT IS AS/400 SYNORIO?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?