Can anybody know difference between SNDUSRMSG AND SNDPGMMSG
IN CL PROGRAMMING?
IF DON'T KNOW MAIL ME @ gkarthik.as400@gmail.com
Answer Posted / milan1207
Apart from this difference
In SNDPGM We can fetch Message from Message File.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does defn do?
what is the difference between sflclr and sflinz?
what is the purpose of indicators in rpg?
what are different record spacing keywords in rlu ?
what opcode will be used to test the zone of a character field?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
maximum number of subfiles that can defined in a rpg program for one display file is?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
In RPG How to read a records from a file without using read opcodes?
Can we debug the MSGW JOBS?
when do you explicitly open files and close files in an rpg program?
how can you execute a command from within an rpg program without calling a clp program?
what are members?
what is the disadvantage of using global variable?
if we tried to move year part of *iso date into a field of length 3, what will happen ?