I would like to force the current schema to be the same as current user. It seems to be possible to set current schema in DB2 9.7 with statement: SET SCHEMA '...'
If schema is to be set same as user, is it then: SET SCHEMA USER?
How do I then refer to that schema when e.g. calling a stored procedure?