IBM AS400 AllOther (736) what is sflrolval?
maximum number of subfiles that can defined in a rpg program for one display file is?
define a shared access path?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
What Is The Purpose Of The "n" In The Following Calculation Specification?
how does the runqry show the output?
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
What Is Ddm ?
how do I play {insert rpg system here}?
what is arrival sequence?
What is file information data structure(infds) in as400?
What is the syntax of sort?
How to convert a spool file to PDF file in AS400?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is the purpose of data structure?