Tectia

Creating the SAMPLIB and PARMLIB Datasets

The unpacked product includes a directory, doc/zOS/SAMPLIB, that contains sample JCL steps and commands, which are referred to in the following installation steps. To create the SAMPLIB and PARMLIB datasets, execute the following commands (replace USERID with correct user ID):

> cd /tmp/ssh-tectia-server-zos-<version>.<b>/doc/zOS/SAMPLIB
> tso "ALLOC DSN('USERID.SSZ.SRVR62.SAMPLIB') LRECL(80) RECFM(F, B) \
SPACE(2, 1) TRACKS DIR(5)"
> tso "ALLOC DSN('USERID.SSZ.SRVR62.PARMLIB') LRECL(80) RECFM(F, B) \
SPACE(2, 1) TRACKS DIR(5)"
> cp * "//'USERID.SSZ.SRVR62.SAMPLIB'"
> cp SSHENV "//'USERID.SSZ.SRVR62.PARMLIB'"

SSHENV is a parameter file that contains environment variables that are required for Tectia binaries to run properly.