What is the purpose of Level Check parameter in a Physical file?
Answer Posted / jagvir singh
Specifies whether the level identifiers of the record formats in the physical file are checked when the file is opened by the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define the purpose/use for sflrna?
what does dfu program you to do on a record?
what is a composite key?
In Which Specs Arrays, Tables & Constants Are Defined?
what is maximum number of arrays allowed in rpg?
what keyword must be used with protect keyword ?
why is the declare cursor statement is used for?
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
list some of the commonly used commands for debugging?
which type of object is used in db2/400?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
how many types of display are available on as/400 for user interaction?
what is the maximum number of fields under a record format of physical file?
how can a cgi check whether an ifs object is available?
what is subfile?