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
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 array in as400? What are the types of array?
how many levels are there in a physical file?
what is the use of unique keyword and what level it is defined?
which of the cl command can be used to determine which logical files are dependent on a specific file?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
what is sflpag and sflsiz ?
explain the purpose of keep and assume keywords?
define the purpose of the iter operation?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
Difference Between Source Physical File & Physical File?
What is the draw back of Procedures? why we are going to Modules?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
what is the difference between udate and the system date?
how many specifications are there in rpg/400? What are they?