The CADZSPLx task abends with a S052 at startup
search cancel

The CADZSPLx task abends with a S052 at startup

book

Article ID: 275823

calendar_today

Updated On:

Products

Dispatch Output Mgmt

Issue/Introduction

Our automation package attempted to start the Dispatch related CADZSPLx and CADZSAPx tasks, and during startup we received the following abend:

$HASP373 CADZSPLx STARTED                                             
OPS4320H CADZSPLx OPSS *LOCAL* AOF verb ENABLE
OPS1370J CADZSPLx X'4000' X'0401' X'0200' NONE
STC19757  ATM00373 CADZSPLx STARTED DATE=mm/dd/yy TIME=nn:nn:nn                 
STC19757  IEF403I CADZSPLx - STARTED - TIME=nn.nn.nn                            
STC19757  CADD015I SPLx module SPLTABL  at 259DA618 deleted                     
STC19757  CADD015I SPLx module SPLTABL  at 25217618 created                     
STC19757  CADD015I SPLx module SPLCMD   at 259DA4A8 deleted                     
STC19757  CADD015I SPLx module SPLCMD   at 259DAE90 created                     
STC19757  IEA995I SYMPTOM DUMP OUTPUT  618                                      
          SYSTEM COMPLETION CODE=052  REASON CODE=00000512                      
          PSW AT TIME OF ERROR  070C0000   A7E083E8  ILC 2  INTC 0D            
             NO ACTIVE MODULE FOUND - PRIMARY NOT EQUAL TO HOME                 
             NAME=UNKNOWN                                                       
             DATA AT PSW  27E083E2 - 200018F8  0A0DA788  000018FB               
             AR/GR 0: 00000000/00000000_27E08DB0   1: 00000000/00000000_84052000
                   2: 00000000/00000000_00000046   3: 00000000/00000000_0000FF03
                   4: 00000000/00000000_00FD4800   5: 00000000/00000000_00000000
                   6: 00000000/00000000_00FEC000   7: 01000003/00000000_00FB3100
                   8: 00000000/00000000_00000512   9: 00000000/00000000_00001960
                   A: 00000000/00000000_00000512   B: 00000000/00000000_00FB3100
                   C: 00000000/00000000_27E08DB0   D: 00000000/00000000_7F5C9BB8
                   E: 00000000/00000000_A7E083D6   F: 00000301/0000001C_00000512
           END OF SYMPTOM DUMP                                                  
STC19757  IEF450I CADZSPLx SPLx - ABEND=S052 U0000 REASON=00000512

Environment

Dispatch, 11.7, z/OS, 

Cause

Incorrect START command was issued to bring up task.

Resolution

The S052 abend outlined above can occur when the improper startup command (/S CADZSPLx or /S CADZSAPx) is issued to bring up the task(s).

You cannot issue a start/submit command for the CADZSPLx or the CADZSAPx tasks directly.

To bring up the CADZSPLx environment, you must issue the start/submit command for CADDSPLx (Notice the "CADD"). This submits the initialization routine that, when successful, will automatically/dynamically start the CADZSPLx related task(s).

So, to resolve this abend, issue the correct /S CADDSPLx command.