Batch programs that require CA IDMS 10.2 services only can use the optional 10.2 services batch interface to access a later release.
Since only 10.2 features are available through this interface, later release features such as SYSIDMS parameters and SQL access are not supported through this interface.
This appendix describes the requirements for using the 10.2 services batch interface.
CA IDMS Installation
The 10.2 services batch interface requires two load modules supplied by the CA IDMS installation process:
Usage
Before you can make use of the interface, z/OS users must copy the B102STUB load module from the appropriate release level CAGJLOAD load library into a load library which will be included in their run-time STEPLIB concatenation and rename the module to IDMSB102.
z/VSE users need to copy the B102STUB.PHASE from their installed CA IDMS sub-library into a sub-library which will be included in their run-time LIBDEF concatenation, and then rename the module to IDMSB102.PHASE.
To use the 10.2 services batch interface, the following conditions must be met:
Note: A link with IDMSINTB is supported for upward compatibility but is neither required nor recommended for using the 10.2 batch services interface.
BIND RUN-UNIT DBNAME EMPDEMO.
DBNAME *DEFAULT SUBSCHEMA EMPSS?? MAPS TO EMPSS?? USING DBNAME EMPDEMO;
For more information about updating the DBTABLE, see the CA IDMS Database Administration Guide.
Batch Execution Considerations
Be aware of these considerations when preparing a program to use one of the batch interfaces:
Copyright © 2013 CA.
All rights reserved.
|
|