v8.2 Solaris, stand alone and clustered. First use of UDB. Websphere application, using Java and some C.
We have 2 separate areas of our new application. On one side, our parent company has a schema and an unix id that matches that schema.
However on our side, the application/unix id is different than the schema. The application has been coded with an unqualified table name. Our current standard with z/Os db2 is to set the schema when we are doing something. And programs are bound to that environment.
How do we get around hardcoding the schema in the app and not having to create a unix id that is the schema name?
Sorry if this is confusing,
Julie