Skip to main content

License Key

The EasySMF Events License key is a text file that looks like:

**License:
MQoyMDI2LTA4LTIzClRlbXBvcmFyeSBLZXkKSkUsUlRJLEVFVixDSUNTLFJBQ0YK
**Sig:
m/mBekoYeYZe77Pqd5uXtJntkusP8qos+MDWC/kBlyTLmfnL37zWSARSMmQ9bgw4
9Sr4iTF+1160kcTFM9JAmwrO5Gp7xdI5Gv+kX7p3urIn7mA4nszxhS4U/NNmf0Tl
YWRcAQ+15RukxlcIHEaaGW7q0nC1jHLLf5/f7WRyFFU=
**End

Include all lines, including the **License and **End lines. The format of the key is designed to be pasted into a 3270 emulator session.

30 Day Trial

To obtain a key for a 30 day trial of EasySMF Events, visit: https://www.blackhillsoftware.com/30-day-trial/

Providing the License Key in JCL

Use the EZSMFKEY DD statement to point to the dataset or member containing the license key:

//EZSMFKEY DD DISP=SHR,DSN=your.PARMLIB(EZSMFKEY)

Providing the License Key with an Environment Variable

Alternatively, e.g. on a Linux or Windows system, set the EASYSMFKEY environment variable to point to the file containing the key:

export EASYSMFKEY=/path/to/EASYSMFKEY.txt