what is join logical file?
Answer / gitesh tomar
Join logical file joins more than one file. The maximum of number of files allowed to join is 32 (thirty two).
| Is This Answer Correct ? | 0 Yes | 0 No |
how can I control the way a remote browser uses its cache?
when are the unique constraints executed?
how do u compile rpgle program?
what does check opcode is used?
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 the command used to invoke rlu ?
What are the types of Signature validation?
how to write *pssr ?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
how can i convert hexadecimal value to packed value?
What is the maximum length of a variable name in CL?
how to toggle between single line and multi - line display of a particular record in a subfile?