The Chorus Software Manager to ZOSMF conversion program CSMRPSQL fails with RC 2013
search cancel

The Chorus Software Manager to ZOSMF conversion program CSMRPSQL fails with RC 2013

book

Article ID: 223121

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER

Issue/Introduction

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.

 

Environment

Release : 6.0

Component : Chorus Software Manager

Cause

The CSMRPSQL file was corrupted, and missing pertinent statements.

Resolution

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.