what is the function of crtdupobj command?
Answer / jayvardhan
To create the replica from the original object.
Is This Answer Correct ? | 0 Yes | 0 No |
What is file access 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 is sessional error or divice error in rpg IV?..when will it happens...Give few examples?
which type of object is used in db2/400?
Any change in service program we write binder language to allow signature change,What is the maximum number of signature change allowed in RPGLE?
3 Answers Syntel, Tech Mahindra,
What are all the different types of access path?
what is the use of CPYFRMQRYF?
what does dfu program you to do on a record?
where can you specify an indicator in lokup operation?
How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100
Difference Between Interactive & Batch Job?
how to write *pssr ?