IDMSDLTI
Before any CA IDMS/DB application program can use CA IDMS DLI Transparency, the CA IDMS DLI Transparency environment within CA IDMS/DB must be initialized. This is done using the initialization program called IDMSDLTI.
System Generation Statements Defining IDMSDLTI
The system generation must contain an ADD PROGRAM statement to define IDMSDLTI:
ADD PROGRAM IDMSDLTI LANGUAGE IS ASSEMBLER REENTRANT REUSABLE.
The system generation must also contain an ADD TASK statement to define a task code that invokes IDMSDLTI:
ADD TASK IDMSDLTI INVOKES IDMSDLTI.
No CA IDMS/DB programs may use CA IDMS DLI Transparency before IDMSDLTI has been run. It is recommended that the system definition also contain an ADD AUTOTASK statement to automatically run IDMSDLTI immediately after CA IDMS/DB has come up.
ADD AUTOTASK IDMSDLTI INVOKED AT STARTUP PREEMPT.
Note that the PREEMPT option is included on the autotask definition. This is recommended so that no application programs that use CA IDMS DLI Transparency start before CA IDMS DLI Transparency initialization is completed.
|
Copyright © 2013 CA.
All rights reserved.
|
|