ERPT281W RECORD CORRUPTION DETECTED, RECORD IGNORED: X'48' VAR=TIME-ERR and x0C4 in Report Writer
search cancel

ERPT281W RECORD CORRUPTION DETECTED, RECORD IGNORED: X'48' VAR=TIME-ERR and x0C4 in Report Writer

book

Article ID: 5321

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

Trying to run a report against a FLAT file, receiving the following error message

ERPT281W RECORD CORRUPTION DETECTED, RECORD IGNORED: X'48' VAR=TIME-ERR 

Resolution

Check the job that is creating the flat files (likely IEBGENER). You will see it is using the SYSVIEW logger exit, GSVXLGEX, to dump the records from the log stream to the GDG.

The parameters on the exit might look like this: 

//SYSUT2 DD DISP=SHR,DSN=xxxx.xxxx.xxxx.xxx

// SUBSYS=(LOGR,GSVXLGEX, 

// 'FROM=OLDEST,TO=YOUNGEST,LOCAL', 

// 'STATS,EXPAND,BACKWARD,NORDW'), 

// DCB=(DSORG=PS,RECFM=VB,LRECL=32756,BLKSIZE=32760) 

 

The NORDW parameter must be present.  If this is not coded then the GDG file does not contain valid records for Report Writer to process.