IBM Support

How to set Special Registers for DB2 ZOS systems for a JDBC connection in Data Studio

Question & Answer


Question

I need to set Special Registers like CURRENT QUERY OPTIMIZATION, CURRENT PACKAGESET, etc. on the DB2 ZOS connection created in Data Studio. How can I accomplish this?

Cause

By setting specialRegisters parameter on the connection level, it will not have to be set manually in each SQL script.

Answer

Please note that for using Special Registers you need to have JDBC driver 4.15. Data Studio 3.2 ships with JDBC driver 3.64.106 and 4.14.113 but is not packaged with JDBC driver 4.15.

You can manually modify the connection URL and manually add this option so that it is passed to the JDBC driver.

  1. Download the new 4.15 JDBC driver from the link below
  2. Using Data Studio select 'Window -> Preferences'
  3. Go to the 'Driver Definitions' tab, which can be found under 'Data Management -> Connectivity -> 'Driver Definitions'
  4. Click the 'Add..' button to create a new driver profile
  5. For the 'Driver Type Filter:' drop down select 'Database'
  6. For the 'Vendor Filter:' select 'DB2 for z/OS'
  7. Under 'Available driver templates:' you can select the first one 'IBM Data Server Driver for JDBC and SQLJ'
  8. Modify the 'Driver name:' field to something unique, such as 'IBM Data Server Driver for JDBC and SQLJ SpecialRegisters'
  9. Under the 'Jar List' tab select 'Clear All'
  10. Click 'Add JAR/Zip...' and add the new JCC driver that was downloaded in Step 1
  11. Under the 'Properties' tab modify the 'Connection URL' and add 'specialRegisters=CURRENT PACKAGESET =PACK1;' to the end of the URL. (PACK1 is the packageset to be set)
  12. Enter the 'Database Name', 'Password' and 'User ID'
  13. Hit Ok and hit Ok again.
  14. Now create a new Connection Profile. On the left switch to 'DB2 for z/OS'. If you now look under the 'JDBC driver:' drop down you will see the new driver profile created in Step 4-13. Select it
  15. If you now scroll down in the Properties you will see the specialRegisters value in the 'Connection URL:' box. Whatever is in this box is what Data Studio sends to the JDBC driver
  16. Complete the rest of the required fields and hit finish to create the profile and to connect to the database

[{"Product":{"code":"SS62YD","label":"IBM Data Studio"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Database Administration","Platform":[{"code":"PF033","label":"Windows"},{"code":"PF016","label":"Linux"}],"Version":"3.2;4.1;3.1.1","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
16 June 2018

UID

swg21641858