How do I correct 0P78I UNKNOWN CANCEL CODE CA
search cancel

How do I correct 0P78I UNKNOWN CANCEL CODE CA

book

Article ID: 55297

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Vollie

Issue/Introduction

Description:

May receive this error during IPL, or in a partition when a batch job runs.

Solution:

The error means that System Adapter Register Store save area was used up and the SVRB value will need to be increased. The SVRBs are used to save user PSW and registers during SVC intercept processing, and indicates the maximum concurrent intercepts at any one time.

This value may be increased online on the System Adapter Panel (CASA-1000) or by batch.

  // EXEC CACCDBU0,SIZE=100K
      ALTER SYS -
      DESC('MYSYSTEMOPTIONS')
      SVC(255) -
      SYSID(A,1) -
      SVRB(32) -
      CPU(A,FF00000130900000,B,FF00000230900000)
    /*

The SVRB has a default of 25. The maximum value allowed is 32767. The SVRB control blocks are allocated in the 24 bit system GETVIS area, it uses approximately 8k per 25 control blocks.

Environment

Release:
Component: CA90SV