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 |
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
How to find d key field of a pf that doesn’t have source physical file?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
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 ?
what is flat file?
how does the rpg element work?
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How to write record if no field or the field are different in physical file in rpgle ?
what is *place and *auto keyword in prtf ?plz explain