Answer Posted / mohan singh meena
Four levels. They are File level, Record level, Field level, Key field level.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
how to toggle between single line and multi - line display of a particular record in a subfile?
how to read database records without locking them?
what is the purpose of ovrdta and ovrata keywords ?
What Is Default Data Type (if You Define Decimals '0') In 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
how can I give more performance to some selected pages?
what is sflpag and sflsiz ?
What is array in as400? What are the types of array?
what is the disadvantage of using global variable?
define what a data area is along with a brief example of what it may be used for?
name few ibm supplied libraries?
records can be read/update/deleted with which file?
different type of cursor?
how may a cgi control duplicate inputs?