The mainframe component requires the installation of the SQL schema CAAV, the table procedures CAAV.GETREC (CAAVLREC) and CAAV.MODULETEXT (CAAVMTXT).
Because Quick Bridge accesses the dictionaries that hold the non SQL schema, subschema, and record definitions through SQL, appropriate SQL schemas must be defined for each dbname containing these dictionary segments.
For example, if the DBNAME APPLDICT contains the Quick Bridge SQL definitions and will be specified in the ODBC datasource definition, the following SQL syntax will make this dbname accessible by Quick Bridge:
CONNECT TO APPLDICT; CREATE SCHEMA APPLDICT FOR NONSQL SCHEMA SYSDIRL.IDMSNTWK DBNAME APPLDICT;
SYSDIRL is the name of the dbname that has been processed with IDMSDIRL and that contains the IDMSNTWK schema. APPLDICT contains the non SQL schema's, subschema's, and records that Quick Bridge will be using.
If other dictionary needs to be made accessible within the same ODBC datasource, additional schema's will need to be created in the same manner.
|
Copyright © 2013 CA.
All rights reserved.
|
|