Answer Posted / chirantan_konar
Source physical file is a file which contains source of different types of objects.
e.g-QLBLSRC,QRPGSRC
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the function of cpyf command?
Write a CL program which will run a batch job at 1 am every night
what is the command to know key fields of file?
How can we arrange duplicate records in a file?
what is a join logical file?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
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 are the referential constraints executed?
what is a spool file?
define a output queue?
What is file information data structure(infds) in as400?
what is a logical file?
difference between sflrcdnbr and sflnxtchg?
what do we can do with the embedded sql statements?
what is a non-join logical file?