KB Article #182357

The XSUPPORA output is truncated

Problem

The XSUPPORA (JCL) output IS truncated if CFTTOKEN objects has been defined in the Transfer CFT configuration.

Resolution

It is fixed in the version 3.6 SP6 and 3.10 2209. A new JCL is delivered to allocate the file that fits to this type of data.

A workaround without updating the current version is to perform the procedure below:


Changer les DCB au niveau du STEP CREATE:

//CREATE EXEC PGM=IEFBR14
//TMPOUT DD DISP=(NEW,CATLG,DELETE),
// DSNTYPE=BASIC,
// DSN=&TMPOUT,
// DCB=(LRECL=16380,RECFM=VB,BLKSIZE=27998),
//* DCB=(RECFM=VB,LRECL=255,DSORG=PS),
// SPACE=&XSPACE
//INDEX DD DISP=(NEW,CATLG,DELETE),
// DSNTYPE=BASIC,
// DSN=&TMPIDX,
// DCB=(LRECL=16380,RECFM=VB,BLKSIZE=27998),
//* DCB=(RECFM=VB,LRECL=255,DSORG=PS),
// SPACE=(TRK,(1,1))
//OUT DD DISP=(NEW,CATLG,DELETE),
// DSNTYPE=BASIC,
// DSN=&XFILE,
// DCB=(LRECL=16380,RECFM=VB,BLKSIZE=27998),
//* DCB=(RECFM=VB,LRECL=255,DSORG=PS),