Step 6: Create a linkable load module - geostan_1 - 2024.00

GeoStan Geocoding Suite Installation for z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > GeoStan
Version
2024.00
Language
English
Product name
GeoStan Geocoding Suite
Title
GeoStan Geocoding Suite Installation for z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-06
Published on
2024-05-06T23:33:51.769040

Optionally, create a load module to link the GeoStan library modules into other applications. Customize and run product.CNTL(LINKLOAD).

The SYSLIN datasets you choose to include depend upon the objects you would like linked in to the load module.

  • If you execute your applications in batch (for example not IMS or CICS), your SYSLIN is:
    //SYSLIN DD DSN=yourprefix.product.CNTL(LKINC),DISP=SHR
  • If you are using your applications in CICS, your SYSLIN is:
    //SYSLIN DD DSN=yourprefix.product.CNTL(LKINCICS),DISP=SHR

This assumes you wrote your application in C or C++. If you wrote your application in COBOL, add the following item to your SYSLIN:

//DD DSN=yourprefix.product.CNTL(LKINCOB),DISP=SHR

This is a concatenation to your SYSLIN. You should have both LKINC and LKINCOB or

LKINCICS and LKINCOB.