Previous Topic: Create the TLICD FileNext Topic: Example


Modifying the Sample JCL

CALJJCL member LUTSOIN1 contains sample JCL to create the TLICD file.

The FILEOUT DD statement that defines the new TLICD file must have the same data set name as the data set specified by the keyword TLICD= of the $LIBTSO macro and ELISPGEN macro. The values for the SPACE= parameter and block size must be calculated as follows:

Blksize = 150 x a
Primary = b + (b/6)
Secondary = b/6
Directory= (B/20) + 1

where:

a

The number of outstanding members allowed per user (specified in the $LIBTSO MAXMOD parameter).

b

The number of TSO users.

For example, if the parameter MAXMOD=5 is specified and there are 30 TSO users, then:

Blksize = 150 x 5 = 750
Primary = 30 + 30/6 = 35
Secondary = 30/6 = 5
Directory = (30/20) + 1 = 3

The block size specified must not exceed the maximum track size of the device or 32720, whichever is less. The SYSIN DD statement of defines the input control statement to the program LIBTLICD.