. How to know why the OPM job is in MSGWAIT state?..WHAT
COULD BE THE REASON FOR it?
Answer Posted / shrey
We can check the job in MSGW using WRKACTJOB, Give Option 7
and read the message. For further info we can refer to Job
log
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
which are the member types which seu supports?
what are dds required for subfile?
name few ibm supplied libraries?
What Does Lokup Does In Tables & Arrays?
define the purpose/use for sflrna?
how many printer files maximum can be used in single rpg program?
what is sflinz and sflrna?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
what is the use of dspatr(mdt) keyword?
list some of the commonly used commands for debugging?
what is the use of jdftval in join logical file?
how to get the cursor position?
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
why is as/400 called object oriented machine?