SYSVIEW - REXX exec load file SYSEXEC does not contain exec member GSVN0004
search cancel

SYSVIEW - REXX exec load file SYSEXEC does not contain exec member GSVN0004

book

Article ID: 279872

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

Receiving error message trying to invoke any REXX in the CNM4BREX dataset.
Error:
REXX exec load file SYSEXEC does not contain exec member GSVN0004.       
The REXX exec cannot be interpreted.                                     
The REXX exec cannot be loaded.

Resolution

If a LISTLOG shows the following:
 
REXX090E SYSEXEC ddname is open and can not be modified 
REXX084E REXXLIB allocation/concatenation process failed
 
This indicates the SYSEXEC is open, so it can't add to the concatenation. Add a close statement similar to the following to execute when logging into to SYSVIEW.
 
TSO 'EXECUTIL EXECDD(CLOSE)'              closes SYSEXEC
 
This will close the SYSEXEC, allowing dynamic addition to the concatenation.