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
which type of object is used in db2/400?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
How can we arrange duplicate records in a file?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
define what a data area is along with a brief example of what it may be used for?
can a indexed file be accessed in arrival sequence in rpg program?
how can u check no of records in a file?
What is data structure in as400? What is the use of data structure?
What are the mandatory keywords of sub file?
What is the Difference between command attention key and command function key ?
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
Difference Between Call & Sbmjob?
what is the maximum number of records you can specify in a display file?
what is term cua , saa?
What is binder language ?