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 |
RPG/400 faqs?
can you debug ile rpg program using isdb?
are there any useful c runtime apis that I can call from rpg iv?
How do you do indexing in a physical file?
how does the rpg element work?
What is the syntax of passing parameters to a procedure by value?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
How to write record if no field or the field are different in physical file in rpgle ?
can anyone say,what is the use of operation extended H/N/P?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
What is the OPEN and CLOSE accesspath?