Answer Posted / hemendra kumar
The field name and length of the fields are defined with in the RPG program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can you check for a records existence without causing and i/o (chain/read)?
what is logical file?
WHAT IS FERERENTIAL INTRIGRITY ?
distinguish between terminating a program through seton lr and return?
how to develop some simple graphs (bar charts) using just html?
how does union file maintains record formats?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
what is term cua , saa?
How can we read file using curser? how to define a curser?
which of the cl command can be used to determine which logical files are dependent on a specific file?
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 give more performance to some selected pages?
name few ibm supplied libraries?
what is overlay?
Difference between NOPASS & OMIT?