DOES NOT HAVE CONSOLE COMMAND AUTHORITY



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

DOES NOT HAVE CONSOLE COMMAND AUTHORITY

Postby santhosh2880 » Sun Jun 06, 2010 8:00 pm

Hi All,

When i try to execute the below Rexx program


/* REXX */
CONSOLE ACTIVATE
ADDRESS CONSOLE
"(D R,L)"
EXIT



Am getting the below error in the console

IKJ55305I THE CONSOLE COMMAND HAS TERMINATED.+
IKJ55305I USER H48S21 DOES NOT HAVE CONSOLE COMMAND AUTHORITY.
4 *-* "(D R,L)"
+++ RC(-3) +++
***




Kinldy let me know, what kind of access i should require to execute the Console command through REXX program. If you could give me the access name, i can request my security team to provide that access for my ID.
santhosh2880
 
Posts: 2
Joined: Sun Jun 06, 2010 7:14 pm
Has thanked: 0 time
Been thanked: 0 time

Re: DOES NOT HAVE CONSOLE COMMAND AUTHORITY

Postby enrico-sorichetti » Sun Jun 06, 2010 10:16 pm

If You have the need to know/to do
Your security support will most probably be glad to grant You the needed permissions/authorizations
without You having to tell them
CONSOLE authority is rarely granted to non support/operations roles
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: DOES NOT HAVE CONSOLE COMMAND AUTHORITY

Postby dick scherrer » Sun Jun 06, 2010 10:54 pm

Hello and welcome to the forum,

Suggest in the future you confirm that you have permission to do a "thing" before trying to implement code that uses this "thing".

Some organizations are not happy when developers try to use functionality or datasets that they do not have permission to use.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: DOES NOT HAVE CONSOLE COMMAND AUTHORITY

Postby santhosh2880 » Thu Jun 10, 2010 8:40 pm

Hi,

Thanks for your suggestions....

My security team is not ready to provide me the Console Access. So i decided instead of Issuing the command from REXX, i can issue the MVS commands from JCL itself.

//ONLINE EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT2 DD SYSOUT=*
//SYSUT1 DD DATA,DLM='$$'
/*$VS,'D R,L'
$$

This Code works.....
santhosh2880
 
Posts: 2
Joined: Sun Jun 06, 2010 7:14 pm
Has thanked: 0 time
Been thanked: 0 time

Re: DOES NOT HAVE CONSOLE COMMAND AUTHORITY

Postby dick scherrer » Fri Jun 11, 2010 1:00 am

Hello,

Just because this will dun does not mean that it is ok to use. . .

Suggest you need approval from "management" (at least an e-mail) confirming that you have permission to add what might be considered clutter to some others. . .

Just a caution. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post