which are the figurative constants used in rpg?
No Answer is Posted For this Question
Be the First to Post Answer
name few ibm supplied libraries?
how can I predict the performance of my cgis?
Diff B/w ref and reffld?
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 to define global parameter in ile ?
when would you use or not use this approach?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
what is the difference between packed decimal and zoned decimal?
at what level s,o are defined and what they will do?
what is RCLRSC?
why is the declare cursor statement is used for?
how will you add a field to physical file already containing data?