What is the difference between a Physical File & a Logical?
Answer Posted / wilmar
Spelling Only
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
maximum number of subfiles that can be active for a single file is?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
what is overlay?
what is the use of dspatr(mdt) keyword?
why is as/400 called object oriented machine?
can we define multi-dimensional arrays in rpg ?
describe the difference between the dowxx and douxx operations?
how can I automatically refresh a web page?
What is the difference between physical file and logical 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
what are various techniques to pass parameters from one program to another?
which are the query selection criteria, which can be given in a query?
what is a non-join logical file?
how to toggle between single line and multi - line display of a particular record in a subfile?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?