how can you execute a command from within an rpg program without calling a clp program?
Answer Posted / kanckan singh
By calling QCMDEXC application program interface we can execute a CL command with in an RPG program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the basic features of seu?
In RPG How to read a records from a file without using read opcodes?
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 are the important factors in error message subfile ?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
the maximum number of subfiles that can be active for a single file is ____ .
what is message subfile?
can a single screen format occupy a screen area above and below a subfile format ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
how to toggle between single line and multi - line display of a particular record in a subfile?
where can you specify an indicator in lokup operation?
How can we arrange duplicate records in a file?
how do you use exceptional write in c specs?
list some of the commonly used commands for debugging?