Distinguish between logical file and physical file?
Answer Posted / jeetendra yadav
Physical file contains only one record format.
Logical file contains more than one record format.
Physical file contains actual data.
Logical file doesn't contains data but it provides view from the physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the three line types in rlu ?
what are indicators?
when are the unique constraints executed?
what is a primary file?
what are the various types of device files?
what is procedure prototype and procedure interface.
why is the declare cursor statement is used for?
how many printer files can be defined in f specs ?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
what is a composite key?
how do you pass parameters in cl?
how many levels are there in a physical file?
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
Can we debug the MSGW JOBS?
in which specification the report layout can be defined?