Setting DRDA Protocol Values
- Last Updated: April 16, 2026
- 1 minute read
- ADO.NET
- Documentation
The Distributed Relational Database Architecture (DRDA) protocol accounting property allows configurable accounting information to be passed to DB2.
The Workload Management (WLM) facility uses the accounting information to classify and assign priority to the underlying DDF thread.
DB2Connection Conn = new DB2Connection();
Conn = new DB2Connection("Initialization String="ACCRDB=Customer"; host=server1;port=446;Database=TEST;UserID=test;Password=test");
The following DRDA values can be modified using SQL statements:
- WRKSTNNAME
- APPLNAME
- ACCTNG
- USERID
Important: The DB2 data provider does not support changes to the following DRDA values:
- SRVCLSNM
- SVRNAM
- SRVRLSV
- PRDID<