Answer Posted / ravikant kumar
Physical file nothing but a table contains a only one record format in which we can describe the field definitions and descriptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of overrides?
what is a physical file?
Write a logic program for knowing the repeated number of a vowels in a given program?
What is dynslt?
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
using dfu, user will be able to ___________ from physical file?
how does union file maintains record formats?
what does vldcmdkey means?
What is difference between rename and prefix?
which are the relational operators in rpg?
what is the maximum number of subroutines allowed in rpg?
what does opcode post do ?
what is the use of data structures?
Difference Between Call & Sbmjob?
What is RETURN CURSER LOCATION in subfile?