what is xfoot opcode ?
Answer / neeraj ambesh
Adds all the elements in a numeric array, and places the sum in the result field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a CL program which will run a batch job at 1 am every night
In which specification can a report layout be defined ?
What is the purpose of the following? A CSRLOC (F1ROW F1COL)
how do you know that records are locked?
can you have multiple key lists for a single file ?
What process the command SBMRJEJOB does?
what is the difference between udate and the system date?
what key word is used when screen is re-display?
why is the declare cursor statement is used for?
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 multijoin logical file? what are the keywords available in joinlogical file? what are the mandatary keywords for joinlogical file? explai the keywords?
what is match field indicator?