1.Coding in cl to send an message?
2..What is turnover and use? What are the different levels?
Answers were Sorted based on User's Feedback
Answer / david lex
Question 1 is way ambiguous.
SNDPGMMSG, SNDUSRMSG & SNDMSG can all be used to 'send a
message'.
Where is the message going?
What is it's purpose?
Does the message require a reply?
If so, who receives the reply?
Is it an informational message, escape, etc?
These are things you should ask when given a question like
this. It shows that you have a real understanding of the
message sending concepts, and aren't just repeating answer
you got on here.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / syam
A1. SNDPGMMSG
Q2 is not clear?
is it different levels in MONMSG? = Program Level and
Command Level
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / debasmita
SNDPGMMSG
Turnover is a change management tool. It has 4 levels.
1. Development level
2. QA level
3. Pre-Production level
4. Prod level
Is This Answer Correct ? | 0 Yes | 0 No |
please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
How to declare the pull button in AS/400..
Can someone tell me tell me what is meant by message wait...?
can anyone say,what is the use of operation extended H/N/P?
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
can we use cl programming to update or delete physical files
How many program bind in one module....
How can you delete a record from a file in RPG without using DELETE oppcode?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?