What is a Join Logical File, Can it be used for Update ?
Answer / 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 |
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output
How to add 99 menu (page down) option in menu creation..
what is the maximum number of records you can specify in a display file?
is it possible to do commitment control with out journaling?
What are the steps to retrieve the records from Journal file...?
what is the use of CPYFRMQRYF?
In Which Specs Arrays, Tables & Constants Are Defined?
can a join logical file be updated?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
what are indicators?
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
which single rpg opcode performs both setll and reade?