Answer Posted / praseetha sandeep
screen design aid is used for designing display screens
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is a query can be run in which mode?
what are the different commands used in rlu ?
which are the figurative constants used in rpg?
what is the purpose of indicators in rpg?
how to define global parameter in ile ?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
what does opcode post do ?
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 Difference Between Goto & Exsr?
define the purpose/use for sflrna?
How can we read file using curser? how to define a curser?
when would you use or not use this approach?
Difference between NOPASS & OMIT?
what is the length of a variable in rpg?
what is sflpag and sflsiz ?