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


Please Help Members By Posting Answers For Below Questions

which cl command can be used at program execution to redirect the file named in an rpg program?

811


how to declare a constant variable in the freeformat?

1053


which of the following operations does not zero the field flda defined as 4,0?

803


what is join logical file?

1219


when do you explicitly open files and close files in an rpg program?

1376






how will you search an array?

752


what is a logical file?

1176


can we use ASCII ,CDUP,SENDPASV commands in SFTP?

3243


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

2027


How to reverse a string using RPG?

934


what is xfoot opcode ?

1216


how to write code for singlepage in sqlrpgle with update ?

2476


Can level check error occur if we do chgpf?

877


when are the unique constraints executed?

762


can you specify a display file to be used in the following modes input,output, or combined modes ?

1059