In CA Datacom Datadictionary Version 12.0, FUNCTION is a reserved name for a table.
If you have previously created a user-defined table with the name FUNCTION, you must rename it before upgrading to CA Datacom Version 12.0. FUNCTION was added to the table of SQL Reserved words.
Program Link-Edit and Execution
After your user program is assembled and compiled, you must link edit it with the appropriate DSF modules prior to execution. All calls must be made from the same load module.
Note: Use the NODYNAM option when compiling a COBOL program. In the link-edit sequence, the user program must be first. Because of limitations in CA VPE, specify a value of 24 for the address mode (AMODE) in the link-edit parameters.
z/OS Link-Editing
The link-edit control statements for z/OS are as follows:
INCLUDE objlib(usercode)
INCLUDE cavpe(VPE9864)
INCLUDE cadd(DDDDBxx)
NAME userprogram(R)Product: CA DatacomDatadictionary Version 12
Link-Editing in CICS
Programs accessing the Service Facility through Datadictionary Service Facility/CICS must include the user's code and the Datadictionary object module DDBSCnn in the link-edit execution. Use the following to determine the last two digits of the Datadictionary object module name.
|
For CICS Release |
Running Under |
Use |
|
2.3 |
z/VSE |
23 |
|
For CICS Transaction Server |
Running Under |
Use |
|
1.1 |
z/VSE |
11 |
|
3.1 |
z/OS |
31 |
|
3.2 |
z/OS |
32 |
|
4.1 or higher |
z/OS |
32 |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|