The SYGWLKEY macro is part of the SYGWXCPH global customization module. It is used to define the customer license key that is verified at run time.
There are two parameters in this macro:
Parameter |
Definition |
---|---|
PRODUCT |
The product related to the license key, either the Client Option or the Server Option. |
KEY |
Defines the license key given for a product. The license key is a 22-character numeric value. |
The following is an example of SYGWLKEY.
SYGWLKEY TYPE=INITIAL SYGWLKEY TYPE=ENTRY,PRODUCT=OCC,KEY=19320-00000-20$*#-#19$B SYGWLKEY TYPE=ENTRY,PRODUCT=OSC,KEY=19300-00000-00E2G-4K##6 SYGWLKEY TYPE=FINAL
For the Client Option and Server Option for CICS, the license keys are kept in a VSAM file. Run the generated job IxLIC to install these.
Copyright © 2005. Sybase Inc. All rights reserved. |