Mainframe Application Tuner (MAT) external monitoring file import error
search cancel

Mainframe Application Tuner (MAT) external monitoring file import error

book

Article ID: 204432

calendar_today

Updated On:

Products

Mainframe Application Tuner

Issue/Introduction

Got a monitor data set that was download with BIN mode, and I uploaded it with BIN then add it as external file into MAT.

but when I try to analyze it, got abend, as:

IEC020I 001-4,HAOPI01,PROCENV,TUNMON,2006,VOLSER, IEC020I HLQ.DATA.SET.MAT.EXT
IEC020I DCB EROPT=ABE OR AN INVALID CODE, AND/OR NO SYNAD EXIT SPECIFIED
...

 

Environment

Release : 11.0

Component : CA MAINFRAME APPLICATION TUNER

Resolution


If the monitor file was exported, it needs to be imported.

Sample import utility:

//TUNFEIP1 EXEC PGM=TUNFEIP
//STEPLIB DD DISP=SHR,DSN=hlq.CEESPLD
//EXPIN DD DISP=SHR,DSN=input_upload_of_cust_export
//EXPOUT DD DSN=output,
// DISP=(,CATLG,DELETE),
// DCB=(RECFM=VB,LRECL=4096,BLKSIZE=27998),
// SPACE=(CYL,(10,5),RLSE,CONTIG),
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
IMPORT INDD(EXPIN) -
OUTDD(EXPOUT)
/*