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.
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.