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

I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. Type the Start Service Job command on your screen: STRSRVJOB JOB(job name/user/number) 4. Type the Start Debug command on your screen: STRDBG 5. Release the job in the jobq. Type WRKSBMJOB and then put a 6 beside the job to be released and press enter, or, if the job queue was put on hold, release the job queue with the RLSJOBQ command. 6. A display appears when the job is ready to start, saying that you can now begin debugging the job. Press F10 to show the Command Entry display. 7. Now you can start debugging by entering an Add Break Point command: ADDBKP 8.ENDDBG 9.ENDSRVJOB I tried this for RPG/400 Program and up to six steps of the above it's ok,but for me no source is displayed and i typed DSPMODSRC in Command line but still i can't see the sourceif i press F.10 and enter command ADDBKP i don't know how to add break points through it,usually i add break points using F.6 for Interactive job debugs,but since this is batch i don't know sir,Please help me out. I was asked this question in a interview,i know only RPG/400 and i’m asking for debugging of RPG/400 program only sir. or is it only possible to debug BATCH RPG ILE JOB and it is not possible to debug BATCH RPG/400 JOB kindly help me out sir

4 Answers   HSBC,


How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)

6 Answers   CTS, IBM,


How do you find whether a job is a batch job or interactive?

4 Answers  


Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?

1 Answers  


As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?

1 Answers  






how do u track msg in cl pgm???

1 Answers   CTS,


How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??

1 Answers  


How to handle duplicate error handling in RPG?

0 Answers  


can anybody help me that what is the procedure of debugging the service program?

3 Answers   CSC,


i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.

11 Answers   IBM,


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


two types of read performed in dataqueue?????

4 Answers   CTS,


Categories