Answer Posted / surendra singh
OVRDTA keyword (field or record level) can be used to override the existing data contents of a field or record already on the display.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to pick up the changed records every time in a subfile after the first change made ?
How to convert a spool file to PDF file in AS400?
What is program status data structure(psds) in as400?
how do you read changed records backward in subfile?
how can I predict the performance of my cgis?
in conjunction with what other keyword must ovrdta and ovrata be used?
what is the maximum number of subroutines allowed in rpg?
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 to read database records without locking them?
when are the unique constraints executed?
which are the relational operators in rpg?
how can a message from a message file appear as a constant on the screen?
Difference Between Skip Before & Space Before?
what is the difference between udate and the system date?
what is the purpose of ovrdta and ovrata keywords ?