Tectia Server for IBM z/OS uses the ASCII and XPLINK features of the IBM Language
Environment (LE) product. The libraries CEE.SCEERUN
and
CEE.SCEERUN2
must be available in LPALIB
or LNKLST
.
The server is program-controlled. All the programs it loads must be
program-controlled too, otherwise a BPX015I error will occur when the server
tries to create a user process. To make CEE.SCEERUN2
program-controlled, run the job RACFPC
from
SAMPLIB
(shown below).
//ADDUSR EXEC PGM=IKJEFT1A,DYNAMNBR=75,TIME=1440,REGION=6M //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSTERM DD DUMMY //SYSTSIN DD * RALTER PROGRAM ** + ADDMEM('CEE.SCEERUN2'//NOPADCHK) + UACC(READ) SETROPTS WHEN(PROGRAM) REFRESH
If any crypto hardware devices are to be used, the machine or the LPAR must be enabled for cryptography. Depending on the machine and devices, the required feature may be Feature code 0800 or Feature code 3863.