What is the difference between a Physical File & a Logical?
Answer Posted / pavan krishna
physical file is the actual data stored in the hard
disk.whereas logical file actually doesn't exist.os
asssumes everything as a file.so that the files were
introduced in to data bases.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do I remove a flag or check no. or name when a user opens too many sessions?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
explain the difference between defining subfile and message-subfile?
what is subfile?
when is a tag statement used in rpg?
How can we read file using curser? how to define a curser?
What is compiler directive in as400? Give example of compiler directive.?
records can be read/update/deleted with which file?
what are the three types of keywords associated with printer file ?
how can I start a page in a new window?
which are the query selection criteria, which can be given in a query?
which cl command is used to trap error messages during program execution?
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
define a output queue?
define the purpose of the *cat function?