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



1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?..

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

1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?..

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

1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?..

Answer / s kumar

Q2:Turnover is the Change managment tool.It have three
levels 1.Dovelopment level 2. Regression Testing Level
and 3. Production Level

Is This Answer Correct ?    2 Yes 2 No

1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?..

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

Post New Answer

More RPG400 Interview Questions

A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?

2 Answers   IBM,


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?

1 Answers  


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

0 Answers  


What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???

7 Answers   HSBC, Systime,






If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

0 Answers  


suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis

1 Answers  


there is any limit to display the members in rpg400?

3 Answers  


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?

2 Answers   Cap Gemini,


1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?

1 Answers   HP,


How to handle duplicate error handling in RPG?

0 Answers  


If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.

3 Answers  


Categories