what is qcmdexc?
Answer / sophia
It is an API used in RPG programs to execute CL commands. We need to pass the command string along with the length of command string.
| Is This Answer Correct ? | 0 Yes | 0 No |
define the purpose of the %sst function?
what are dds required for subfile?
what is rpg fixed logic cycle?
what is maximum number of arrays allowed in rpg?
Define an Interactive Job?
WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?
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 purpose of overrides?
What are the record format field mapping options in cpyf?
which type of object is used in db2/400?
What is GDA?
What is data structure in as400? What is the use of data structure?