To complete the definition of an PostgreSQL XAR, add the following values in the Open string field:
DSN=odbc_dsn[,USRPASS=userid.password]
[,USERP={T|F}][,LNAME={T|F}][,BATCHONLY={T|F}][,LOCALTX={T|F}]
[,ISOLEVEL={CR|RR|SS|SZ|UR}][,ESLOGGING={0001|0002}]
1 Alternatively, you can specify the DSN, user ID, and password by manually coding them into the ESPGSQLXA.cbl source. This can be helpful if you want to ease security. To do this, search for CUSTOMIZE within ESPGSQLXA.cbl to see where to apply the required changes. |