Please enable JavaScript to view this site.

Navigation: Installation > z/OS Installation > Product Installation using ISPF Installer

Step 3. Unterse the Distribution ISPFLIB file

Scroll

Using the following JCL as an example, create the SQDATA.V4nnnn.ISPFLIB library by untersing the distribution ISPFLIB.TERSE file.

//UNTERSE  EXEC PGM=AMATERSE,PARM='UNPACK'

//SYSPRINT DD SYSOUT=* 

//SYSUT1   DD DISP=SHR,DSN=SQDATA.V4nnnn.ISPFLIB.TERSE

//SYSUT2   DD DSN SQDATA.V4nnnn.ISPFLIB,

//            DCB=(RECFM=FB,LRECL=80,BLKSIZE=32720),

//            DISP=(,CATLG,DELETE),UNIT=SYSALLDA,DSNTYPE=LIBRARY,

//            SPACE=(TRK,(60,15,1))