What is a Join Logical File, Can it be used for Update ?
Answer Posted / raviendra maurya
Logical file that combines more than one physical file.
Update is not possible through JLF.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does dfu program you to do on a record?
What is dynslt?
which are the relational operators in rpg?
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
when would you use or not use this approach?
when are the unique constraints executed?
what does check opcode do ?
which cl command is used to trap error messages during program execution?
WHAT IS FERERENTIAL INTRIGRITY ?
how to declare a constant variable in the freeformat?
How to add 99 menu (page down) option in menu creation..
Apart from opening of a file do we have any other use of USROPN?
explain the purpose of keep and assume keywords?
which indicator is used for read?
What is binder language ?