ABEND S66D IN TSSRSVCS+F13C With Top Secret
search cancel

ABEND S66D IN TSSRSVCS+F13C With Top Secret

book

Article ID: 48451

calendar_today

Updated On:

Products

Cleanup WEB ADMINISTRATOR FOR TOP SECRET Top Secret Top Secret - LDAP

Issue/Introduction

A REXX BATCH JOB which runs the command:

TSS LIST(ACIDS) TYPE(USER) DATA(NAMES)

abends with S66D IN TSSRSVCS+F13C.

If the LIST command is limited to just department type ACIDs, the batch runs properly.

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

The abend occurs because there is not enough storage to run the REXX.

To resolve the storage shortage condition, add VARSTORAGE(HIGH) to the job:

 //SYSTSIN DD *       
 PROFILE VARSTORAGE(HIGH) 
 %REXXCLST
 /*

The VARSTORAGE(HIGH) allows the REXX to run properly.