MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Access to issue the DUMP MVS command using the TSO CONSOLE

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
jim.dillon@sentry.com
Beginner


Joined: 28 Aug 2020
Posts: 9
Topics: 4

PostPosted: Wed Mar 31, 2021 3:46 pm    Post subject: Access to issue the DUMP MVS command using the TSO CONSOLE Reply with quote

I am attempting to issue the dump command using the TSO REXX CONSOLE interface using a command like
"CONSOLE SYSCMD(DUMP COMM=(FTP ISSUE)) CART(cartHandle)" and I get message " IEE345I DUMP AUTHORITY INVALID, FAILED BY MVS". I can issue the DUMP command from an EJES console and being a systems programmer I thought I had absolute authority. No RACF ICH408I message is generated.
Any ideas where I might need to give myself more authority?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12367
Topics: 75
Location: San Jose

PostPosted: Wed Mar 31, 2021 8:57 pm    Post subject: Reply with quote

jim.dillon@sentry.com,

Couple of things to check.

1. Are you authorized to issue operator commands from REXX? You can try the command to the class

Code:

SETROPTS RACLIST(OPERCMDS)


2. Are you trying to write to a tape as I see reference to CART? If so you probably do NOT have MOUNT authority for the tape from TSO environment. If that is the case then you need to run the rexx exec via IRXJCL instead of IKJEFT01.
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jim.dillon@sentry.com
Beginner


Joined: 28 Aug 2020
Posts: 9
Topics: 4

PostPosted: Thu Apr 01, 2021 8:13 am    Post subject: Reply with quote

Per the manual, "The command and response token (CART) is a keyword on the TSO/E CONSOLE command and an argument on the GETMSG external function"

The command you are suggesting is a TSO command and not an MVS command. I am trying to issue commands to the system and then interrogate the response.

Jim
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12367
Topics: 75
Location: San Jose

PostPosted: Thu Apr 01, 2021 9:32 am    Post subject: Reply with quote

jim.dillon@sentry.com wrote:
The command you are suggesting is a TSO command and not an MVS command. I am trying to issue commands to the system and then interrogate the response.

Jim


jim,

You are issuing MVS commands from a REXX exec which is executing under IKJEFT01 (the TMP) , so that environment needs the authority to issue the MVS commands and hence that suggestion to allow the operator commands.
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jim.dillon@sentry.com
Beginner


Joined: 28 Aug 2020
Posts: 9
Topics: 4

PostPosted: Thu Apr 01, 2021 9:43 am    Post subject: Reply with quote

Kolusu,
I received message 'ICH14063I SETROPTS command complete.'. I didn't see the output but then I didn't get an error on the command either.

Jim
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group