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
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
which single rpg opcode performs both setll and reade?
records can be read/update/deleted with which file?
what is join logical file?
during input operation which indicator position is seton if there is a record lock?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
What is the as400 called now?
when would you use or not use this approach?
define the purpose of the *cat function?
Can we debug the MSGW JOBS?
what is the purpose of the indara keyword?
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 the use of unique keyword and what level it is defined?
how can you execute a command from within an rpg program without calling a clp program?
the maximum number of subfiles that can be active for a single file is ____ .