Can someone tell me tell me what is meant by message wait...?
Answer / henry
When the job crashes (due variso reasons...example: decimal
data error, Level check error...etc), then the job status
goes to msg wait (MSGW)
| Is This Answer Correct ? | 13 Yes | 0 No |
check existence of one record without using chain or read?
How to find d key field of a pf that doesn’t have source physical file?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
how can an indexed file be used as arrival sequence in RPG?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how many variables can we declare in cl pgm?
What is the difference between RPG/400 and RPG4
I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.