Can anybody know difference between SNDUSRMSG AND SNDPGMMSG
IN CL PROGRAMMING?
IF DON'T KNOW MAIL ME @ gkarthik.as400@gmail.com
Answers were Sorted based on User's Feedback
Answer / govind kumar
Sndusrmsg:It is used to send the message on the console screen on the other window.
Sndpgmmsg:It is used to display the message on the same window I.e on the same screen.
| Is This Answer Correct ? | 7 Yes | 1 No |
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
I/o error detected,Record Out of sequence,Permanent I/o error occured....I mean give one eg for these errors...i understand only,update/delete operation without prior read oprn..give details of remaining
Describe the function of SETGT operation in RPG language?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
Any change in service program we write binder language to allow signature change,What is the maximum number of signature change allowed in RPGLE?
3 Answers Syntel, Tech Mahindra,
what is a logical file?
what is the purpose of the indara keyword?
What is the purpose of SFLFOLD and SFLDROP keywords?
What is the difference between regular logical file and join logical file?
How to know the number of records in a pf through clp program?
what is the maximum number of subroutines allowed in rpg?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?