Answer Posted / prity kumari
By using a command WRKOBJLCK.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are indicators?
what is the clp command to access a query/400?
what are all the contents of subfile?
which are the figurative constants used in rpg?
what is the use of dspatr(mdt) keyword?
what are the basic features of seu?
what are the three types of keywords associated with printer file ?
what if my system I runs with system value qccsid 65535?
what does the opcode free do?
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
Write a logic program for knowing the repeated number of a vowels in a given program?
what is a spool file?
what is the purpose of dynslt keyword?
where can you specify an indicator in lokup operation?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?