I got a monitoring file from customer which was download bith 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,TSOA42, IEC020I HAOPI01.MAYBANK.MAT.EXT IEC020I DCB EROPT=ABE OR AN INVALID CODE, AND/OR NO SYNAD EXIT SPECIFIED ******************************************************************************* * * * ABNORMAL PROGRAM EVENT OCCURRED DURING CA MAT ANALYSIS PROCESSINGC * * * * CODE(00000010), SYSABEND(001), USERABEND(000) * * * * ABENDING PROGRAM: IGC0005E EPA: 00D864F0 OFFSET: 00001422 * * * * PSW AT TIME OF ABEND: 075C1000 00D86422 * * * * REGISTERS AT TIME OF ABEND: * * * * 00: 84000000 01: 84001000 02: 00796F7D 03: 00D86438 * * 04: 00794148 05: 0079419C 06: 00794150 07: 00796F48 * * 08: 007FFCA0 09: 007CF6F0 10: 00FA8E00 11: 00794D7C * * 12: 0079430C 13: 00121100 14: 80D86328 15: 00000004 * * * *******************************************************************************
Release : 11.0
Component : CA MAINFRAME APPLICATION TUNER
if the monitor file was exported, it needs to be imported.
sample import utility belowe
//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),
// STORCLAS=IPCSDUMP
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
IMPORT INDD(EXPIN) -
OUTDD(EXPOUT)
/*