What is the purpose of OVRATA keyword ?
Answer / surendra singh
OVRATA keyword (field or record level) can be used to override the existing display attributes of a field or record already on the display.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
How to position the cursor on a display file at a desired location.
In which specification can a report layout be defined ?
what is a spool file?
what does the ovrdbf command do?
What is the type, length of a LDA?
Difference between NOPASS & OMIT?
what is the use of sflend keyword?
What are the valid user defined data area types?
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 is the purpose of ovrdta and ovrata keywords ?
what are the different types of variables available in cl?