what are different record spacing keywords in rlu ?
Answer Posted / akash singh
SKI
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the command used to invoke rlu ?
what is subfile?
How to Define a Procedure in RPG?
which are the figurative constants used in rpg?
What is dynslt?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
what is rpg ?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
what is elastic and non elastic subrile?
how to get the cursor position?
What are the types of data structure in as400?
can we define multi-dimensional arrays in rpg ?
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
define subsystem?
what are various techniques to pass parameters from one program to another?