Got a monitor data set that was downloaded with BIN mode, then uploaded it with BIN, and added it as external file into MAT.
When trying to analyze it, got the following abend:
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
...
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)
/*