Unable to find the ASQ2SKL1 dataset in PSI package after the Z/OSMF install.
Release : 20.0
This should be resolved in future releases of the PSI.
The ASQ2SKL1 dataset can be allocated with the following JCL
//*
//* JCL to create missing ASQ2SKL1 data set (missing from z/OSMF
//* PSWI for Db2 Tools).
//*
//* Set variable PFX to the high level qualifier used when the
//* PSWI was deployed.
//*
//* Verify the names of the target and distribution zones on the
//* SET BDY statements (defaults of CAIT0 and CAID0, respectively).
//*
// EXPORT SYMLIST=(*)
//*
// SET PFX='CAI'
//*
//CREATE EXEC PGM=IEFBR14
//ASQ2SKL1 DD DSN=&PFX..ASQ2SKL1,
// DISP=(NEW,CATLG,DELETE),
// DCB=(LRECL=80,BLKSIZE=0,RECFM=FB),
//* Delete one of the following 2 lines, fill in the other
// MGMTCLAS=XXXXXXX,STORCLAS=XXXXXXXX,DATACLAS=XXXXXXXX,
// VOL=SER=XXXXXX,UNIT=YYYYYY,
//*
// SPACE=(TRK,(29,4,12))
//*
//SMPUPDAT EXEC PGM=GIMSMP
//SMPCSI DD DISP=SHR,
// DSN=&PFX..CSI
//SMPCNTL DD *,SYMBOLS=JCLONLY
SET BDY(CAIT0).
UCLIN.
REP DDDEF(ASQ2SKL1) DA(&PFX..ASQ2SKL1) SHR.
ENDUCL.
SET BDY(CAID0).
UCLIN.
REP DDDEF(ASQ2SKL1) DA(&PFX..ASQ2SKL1) SHR.
ENDUCL.
//