IBM0534S ONCODE=8094 Issuing SYSTEM.LOGO
search cancel

IBM0534S ONCODE=8094 Issuing SYSTEM.LOGO

book

Article ID: 55127

calendar_today

Updated On:

Products

Repository

Issue/Introduction

Issuing the command SYSTEM.LOGO from the Repository TSO panels could result in the following abend
-
Traceback of user routines:

Compile Unit Entry Statement CU offset Entry offset Address

DBXDISP   1232   +0000B3B4   +0000B3B4   161CAD74

DBXLOGO   240   +00000678   +00000678      163B8500

DBEXCEL   5150   +00014E0E   +00014E0E   15D3C86E

IBM 0534S ONCODE=8094 Protection exception

From entry point DBXDISP at statement 1232 at compile unit offset

000

B3B4 at entry offset +0000B3B4 at

address 161CAD74.

IRX0250E System abend code 0C4, reason code 00000004.

IRX0255E Abend in host command ISPEXEC or address environment routine TSO.

IRX0250E System abend code 0C4, reason code 00000004.

 

Environment

Component: XTR

Resolution

This can be resolved by adding the following line to your ARZOS clist member in your custom clist library

-
PARM1 = "ERRCOUNT(0),STACK(669K,500K,BELOW,FREE),", 
               "HEAP(1M,200K,ANYWHERE,FREE),", 
               "THREADHEAP(4K,4K,ANYWHERE,KEEP),", 
               "ANYHEAP(8K,4K,ANYWHERE,FREE),", 
               "LIBSTACK(12K,4K,FREE),", 
               "DEPTHCONDLMT(0), ALL 31(ON),POSIX(ON)", 
               "RPTOPTS(OFF),RPTSTG(OFF)", <---- ADD COMMA 
               " STO (00,NONE,00,0)" <---- ADD STORAGE
-

Exit completely out of the repository and TSO.

Come back in.

Try the SYSTEM.LOGO again.