Hi Nick,
Basically you need to do the following:
1. Include the following parameters in rununit.properties
vgj.jdbc.database.DBTEST=jdbc:as400:DBTEST;prompt=false;naming=system;date format=usa;transaction isolation=none;autocommit=off
vgj.jdbc.databaseDBPROD=jdbc:as400:DBPROD;prompt=false;naming=system;date format=usa;transaction isolation=none;autocommit=off
2. In the egl code you must include the instruction:
sqllib.connect("database_server_name", "userId", "password");
database_server_name is DBTEST or DBPROD
let me know if it worked?
Regards,
Hsieh
Hsieh