Answer Posted / omer ozen
Yes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how do you use exceptional write in c specs?
how can you execute a command from within an rpg program without calling a clp program?
what is join logical file?
what is *iso date format?
In 'o' Specs What Is The Opcode For Write?
Difference between NOPASS & OMIT?
is it possible to create a physical file without dds?
What Is The Difference Between Goto & Exsr?
What is the use of jdftval in as400?
what is the purpose of ovrdta (override data) keyword?
What is diff between EVAL & MOVE?
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
define a output queue?
what the purpose of ovrdta, ovrata keywords?
what is the maximum number of records you can specify in a display file?