OPATTRIBUTES instructs CONNX for Adabas to pass a specific attribute string to Adabas on the OP (open) call.
OPATTRIBUTES=<OP attribute string>
Default = not set.
Example: To set the time zone on the OP call using the TZ attribute to 'America/Vancouver':
This will cause CONNX for Adabas to pass the string TZ='America/Vancouver' as an attribute on the OP call.
NOTE: For the Mainframe, if the the OP attribute string contains an equal sign (=), the equal sign should be replaced with a comma (,) in the CNXPARMS file.
Example:
=OPATTRIBUTES=TZ,'America/Vancouver'
Environments: Client, Server,Windows, Mainframe, Unix, Adabas
Configuration Manager: CONNX Settings; Current Key = CONNX\Adabas; Key Value/Value Name = OPATTRIBUTES
Unix Environment Variable: OPATTRIBUTES
Started Task:OPATTRIBUTES
CICS: OPATTRIBUTES