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 |
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
How can you delete a record from a file in RPG without using DELETE oppcode?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
What is the syntax of passing parameters to a procedure by value?
what are the array operations?
in which journalling which attributes are necessary??/