where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
how can u check no of records in a file?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
the maximum number of subfiles that can be active for a single file is ____ .
what is the difference between udate and the system date?
why is as/400 called object oriented machine?
how you get the relative record in a subfile in which cursor is located?
A join logical file has how many record formats?
how to run other job when one job is active?
how many printer files maximum can be used in single rpg program?
how many levels are there in a physical file?
what is xfoot opcode ?
What are the record format field mapping options in cpyf?
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 the use of unique keyword and what level it is defined?