IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SET CURRENT SQLID SQLCODE: -553


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Vasili Koipish

New User


Joined: 23 Jan 2014
Posts: 5
Location: Belarus

PostPosted: Thu Nov 27, 2014 7:56 pm
Reply with quote

Hi,
I have created RACF group 'AAAAAAA' and connected my user id 'BBBBBBB' to the group. Also I granted some DB2 privileges to the group.
When I execute
SET CURRENT SQLID='AAAAAAA'
I received message
AAAAAAA is not a valid authorization ID. SQLCODE: -553

What I have to do?
How I can fix it?
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Nov 27, 2014 8:33 pm
Reply with quote

Shouldn't it be:
SET CURRENT SQLID='BBBBBBB'
?
Back to top
View user's profile Send private message
Vasili Koipish

New User


Joined: 23 Jan 2014
Posts: 5
Location: Belarus

PostPosted: Fri Nov 28, 2014 12:40 pm
Reply with quote

NO. BBBBBBB is my ID. AAAAAAA is RACF group. I need
SET CURRENT SQLID='AAAAAAA'
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Sun Nov 30, 2014 5:14 pm
Reply with quote

Suggestion: run QMF or SPUFI or any other DB2 tool with the following command:
Code:
SELECT CURRENT SQLID FROM SYSIBM.SYSDUMMY1
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts Changeman - how can we know the curr... Compuware & Other Tools 2
No new posts Fetch data from programs execute (dat... DB2 3
No new posts replace word 'MONTH' with current mon... SYNCSORT 11
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
Search our Forums:

Back to Top