When running a REXX exec in TSO to issue MVS console commands, I get error message IKJ55305I USER logonid DOES NOT HAVE CONSOLE COMMAND AUTHORITY.
search cancel

When running a REXX exec in TSO to issue MVS console commands, I get error message IKJ55305I USER logonid DOES NOT HAVE CONSOLE COMMAND AUTHORITY.

book

Article ID: 25531

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

 

I wrote a REXX exec to issue MVS console commands that would be used in a TSO session. When trying the run the exec, I get error message IKJ55305I USER logonid DOES NOT HAVE CONSOLE COMMAND AUTHORITY. What do I need to get CONSOLE command authority?

 

 

 

Environment

Release:
Component: ACF2MS

Resolution

TSO requires that users have proper authority to use the TSO CONSOLE command. That is given to an ACF2 user by adding the CONSOLE privilege to their logonid.

TSO ACF
CHANGE logonid CONSOLE

The user would then need to start a new session in TSO to activate the change (logoff and logon).