Isolation level is what a client requests and the database 'grants' ... So, you should be setting the isolation level at the client ... Say, if you are using CLI, then you may update db2cli.ini ... if you are using Stored procs, bind the packages with ISOLATION LEVEL UR.
HTH
Sathyaram