Getting a GETMAIN SYS CODE = B78-08 in Endevor processor
search cancel

Getting a GETMAIN SYS CODE = B78-08 in Endevor processor

book

Article ID: 117217

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Job executes package for DELETE (or ADD action) of binary UNIX program elements (EAR, JAR) under alternate ID is abending: 
+IDI0002I Module BSTPMOPS, CSECT BSTPOPSV, offset X'178': Abend U0101 
IEA995I SYMPTOM DUMP OUTPUT 165 
SYSTEM COMPLETION CODE=B78 REASON CODE=00000008 
TIME=08.46.44 SEQ=55784 CPU=0000 ASID=01E1 
PSW AT TIME OF ERROR 470C1000 816EEAA6 ILC 2 INTC 0D

Environment

Release:
Component: ENDBAS

Cause

 The U0101 abend is the result of a looping symbolic definition coded in: 
OUTPATH='&OUTPATH&C1PRGRP(1,1).', 

Resolution

The Processor symbolic was defined with the symbolic name referenced in the Symbolics data:
OUTPATH='&OUTPATH&C1PRGRP(1,1).', 
OUTPATHS='/u/endevor/&C1ST./&C1SY./', 
OUTPATHU='/u/endevor/&C1ST./&C1SY./&C1SU./', 

Changed the resolved symbolic names so the Symbolics data is not the same as the Symbolic name  -- 
OUTPATH='&OUTPTH&C1PRGRP(1,1).', 
OUTPTHS='/u/endevor/&C1ST./&C1SY./', 
OUTPTHU='/u/endevor/&C1ST./&C1SY./&C1SU./',