how can a message from a message file appear as a constant on the screen?
Answer Posted / raviendra maurya
By using MSGCON (message constant) keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
how can I predict the performance of my cgis?
what is elastic and non elastic subrile?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
which type of object is used in db2/400?
In RPG How to read a records from a file without using read opcodes?
what is the maximum number of subfiles that can specified in a display file ?
WHAT IS AS/400 SYNORIO?
What is the draw back of Procedures? why we are going to Modules?
what are the three line types in rlu ?
How to Define a Procedure in RPG?
can we define multi-dimensional arrays in rpg ?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
how do you pass parameters in cl?
what is a primary file?