What is the difference between production library and test library ?
Answer Posted / pratap thakur
In debug mode, the files exists in production library not allowed to update.
In the other hand, the files exists in test library allowed to update.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does check opcode is used?
what are the different methods to access seu?
what keyword must be used with protect keyword ?
why is as/400 called object oriented machine?
when is a tag statement used in rpg?
what are the three line types in rlu ?
during input operation which indicator position is seton if there is a record lock?
How to add 99 menu (page down) option in menu creation..
what is the maximum number of parameters allowed in rpg?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
can error messages as a result of a comp, range or values keyword be overridden?
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 non-join logical files and join logical files?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
what is sflrolval?