Any change in service program we write binder language to
allow signature change,What is the maximum number of
signature change allowed in RPGLE?
Answer Posted / niraj
1630
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to define to define a hidden filed in dspf ?
can a single screen format occupy a screen area above and below a subfile format ?
how can I automatically refresh a web page?
define a shared access path?
give three main purposes of file specification ?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
which single rpg opcode performs both setll and reade?
what key word is used when screen is re-display?
What is file access opcodes?
how to run other job when one job is active?
how can I control from my cgis the cache of a remote browser?
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
if we tried to move year part of *iso date into a field of length 3, what will happen ?
describe the difference between the dowxx and douxx operations?
how can a cgi check whether an ifs object is available?