WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?
Answer Posted / sulthan
Divide by '0'
| Is This Answer Correct ? | 4 Yes | 27 No |
Post New Answer View All Answers
what is the version of os/400 that we have?
what is full form for dds?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
what is the necessary keyword for non-join logical file?
how to define global parameter in ile ?
how will you find a string using pdm?
Using %check we are checking monika in mona what is output? What is %SCAN?
what is the maximum number of subroutines allowed in rpg?
what is the clp command to access a query/400?
what is subfile?
can a single screen format occupy a screen area above and below a subfile format ?
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 a composite key?
what is the purpose of ovrdta (override data) keyword?
how can I control the way a remote browser uses its cache?