what is the maximum number of subroutines allowed in rpg?
Answer Posted / jeetendra yadav
254 (Two hundred and fifty four)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define a output queue?
can a join logical file be updated?
define the purpose of the iter operation?
what are all the contents of subfile?
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
Difference Between Skip Before & Space Before?
Can you summarize the steps I have to go through in writing my first cgi?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
what is a query can be run in which mode?
what is sflrolval?
where can you specify an indicator in lokup operation?
how can u check no of records in a file?
what are the different methods to access seu?
how can I automatically refresh a web page?