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 |
what do you mean by an input subfile, what are the keywords required?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
why we do STRSRVJOB in batch debugging in as400
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
what is the rpg system?
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
wat is curser?? and its types???
What is file identifier where we can use?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?