The CODE-1 Plus 5.0 maintenance 1 release contains the changes listed below. If you need technical assistance, please contact Precisely Support at https://support.precisely.com.
This maintenance release is a full build release. If the 5.0 release has not yet been deployed, we highly recommend installing the maintenance release instead.
Database Library must be added for IBMi customers
For IBMi customers, in addition to adding the global library and the product library to your CL, it is now required to add the database library for any jobs that execute our batch driver or the C1MATCHx callables. For example:
ADDLIBLE LIB(G1@@PGMS)
ADDLIBLE LIB(G1C1PGMS)
ADDLIBLE LIB(G1C1FILES)
<add the database library>
You will also add a RMVLIBLE
in the CL that contains RMVLIBLE's for the
global and product libraries.
New options must be specified by IBMi customers
IBMi customers who have an RPG program calling C1MATCHx
and use
CRTBNDRPG
when compiling, need to specify the following two options on
the screen:
- Default Activation Group : *NO
- Activation Group: QILE
If these options are not set properly, errors such as an MCH1202 or an MCH0601 may occur.
Copybook changes
The P9AUDIT
copybook length is increased to 1025.