how can i get the cursor position in display screen to
to display my window?
Answer Posted / gurjit oberoi
Or we can ude file information data structure
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what does check opcode is used?
what is the syntax for plist?
records can be read/update/deleted with which file?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
what is the difference between seton lr and retrn?
distinguish between terminating a program through seton lr and return?
How to Define a Procedure in RPG?
how to validate input values in display file ?
what does dfu program you to do on a record?
explain the purpose of keep and assume keywords?
what is the maximum number of records you can specify in a display 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
what is the purpose of ovrdta and ovrata keywords ?
how can u check no of records in a file?
the maximum number of subfiles that can be active for a single file is ____ .