Following the process as prescribed in the KD 197545 to convert the Chorus Software Manager (CSM) SMP/E CSI's to ZOSMF, the initial CSMRPSQL job fails with RC 2013.
Release : 6.0
Component : Chorus Software Manager
The CSMRPSQL file was corrupted, and missing pertinent statements.
RC 2013 states that EOF (end of file) was encountered and no statements were processed. The CSMRPSQL job that is part of the conversion routines was corrupted. This member must have the following input statements:
//OPTIONS DD *
AUTHID=CASWMGT
DATASEPARATOR=|
NOPAGES
NOCOLHDR
NOECHO
NOPAGEHDR
NOTYPE
ROWLIMIT=10000
/*
//SYSIN DD *
SELECT CSI_NAME,CSI_DATASET
FROM CASWMGT.CSIDATA;
/*
A correct version of the file was provided.