CCSR010E CAIRIM S013 at 000071FE LMOD CAIRIM CSECT CAIRIM
search cancel

CCSR010E CAIRIM S013 at 000071FE LMOD CAIRIM CSECT CAIRIM

book

Article ID: 128502

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Common Services

Issue/Introduction

After trying to cleanup environment to remove any reference to CCS 14.0 modules and copying over 14.1 delivered CAS9 proc, the following problem is witnessed when trying to IPL with CCS 14.1 on a z/OS 1.13 system.

CCSR010E CAIRIM S013 at 000071FE LMOD CAIRIM CSECT CAIRIM +0001FE CAS9 N/A CAS9
CCSR021I OWNER = CAIRIM R14.1 CCSR022I MODULE = CAIRIM FMID = CAS9E10 RMID = RO62145
CCSR061I PSW: 00000000 00000000 075C1000 80E3B986
CCSR062I ILC: 02 INTERRUPT CODE: 0D
CCSR067I COMPLETION CODE S013 REASON CODE 000000C8

Environment

Release:
Component: CAIRIM

Cause

It was determined that CAS9 (CAIRIM) was running under the Master Subsystem. Thus the following command was being issued:

START CAS9,SUB=MSTR,TIME=1440

Further review of the syslog, uncovered the following message pinpointing where the problem was 

IEF196I IEC141I 013-C8,IGG0193K,CAS9,CAS9,SYSPRINT 
IEC141I 013-C8,IGG0193K,CAS9,CAS9,SYSPRINT 


Note: When running CAIRIM under the Master subsystem, you cannot direct SYSPRINT to SYSOUT=*. Specify a SYSPRINT DD DUMMY statement or, if you want the SYSPRINT output, direct SYSPRINT to a permanent data set.

Resolution

Update the CAS9 proc so that the //SYSPRINT DD adheres to the rules applicable to running CAIRIM as a subsystem.

Additional Information

Run CAIRIM Under the Master Subsystem