PGM=KEYSTORE generates a PBFNKEYF load module that is linked into your Finalist load library. This is required for CI users and optional for all other users.
Note: Precisely-provided CICS and IMS transactions run
with the CI interface. If you are using CICS or IMS, you will need to run PGM=KEYSTORE
multiple times, each one targeting the proper LOAD library.
Sample JCL for KeyStore can be found in the FNSOURCE library that is part of the installation. In summary, PGM=KEYSTORE:
- Reads in the key
- Generates an assembler (BAL) program that is compiled and linked and placed into the Finalist LOADLIB. This program only needs to be rerun if you replace your LOADLIB or change your system hardware.
If you run PGM=KEYSTORE without a value in SYSIN, the System ID displays. It is this System ID that is required to generate your Finalist software key. You can use this method as an alternative to the D M=CPU command described above.