how can i get the cursor position in display screen to
to display my window?
Answer Posted / bharathi
RTVCURPOS
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
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 maximum number of parameters allowed in rpg?
what is the use of sflend keyword?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
Space & Skip Are Which Level Keywords?
how can you detect and handle a record lock situation?
define the purpose of the leave operation?
Difference between NOPASS & OMIT?
explain the use of dftwrt display keyword?
Can you summarize the steps I have to go through in writing my first cgi?
what are the different methods to access seu?
What is program status data structure(psds) in as400?
what is a primary file?
explain the purpose of keep and assume keywords?
What is data structure in as400? What is the use of data structure?