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
which cl command can be used at program execution to redirect the file named in an rpg program?
how to declare a constant variable in the freeformat?
which of the following operations does not zero the field flda defined as 4,0?
what is join logical file?
when do you explicitly open files and close files in an rpg program?
how will you search an array?
what is a logical file?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
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
How to reverse a string using RPG?
what is xfoot opcode ?
how to write code for singlepage in sqlrpgle with update ?
Can level check error occur if we do chgpf?
when are the unique constraints executed?
can you specify a display file to be used in the following modes input,output, or combined modes ?