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

Checking racf user in cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hkalhor

New User


Joined: 20 May 2007
Posts: 15
Location: Iran

PostPosted: Thu Jun 26, 2014 3:26 pm
Reply with quote

I Have a .Net Program that put some data in mainFrame and it is communicate with cobol how can I check the User ID that the client will sent to the cobol program?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jun 26, 2014 3:30 pm
Reply with quote

messing around with RACF resources is something that Your audit department will not be happy about.

wiser to review the design

anyway ...
after the initial login/sign-on/call-it-in-any-way-You-want all the processes will be carried on using the authorisations of the userid signed-on
so no need to find out / check anything on Your own
Back to top
View user's profile Send private message
hkalhor

New User


Joined: 20 May 2007
Posts: 15
Location: Iran

PostPosted: Thu Jun 26, 2014 3:42 pm
Reply with quote

also I for got that the client is put the data to MQ and I want to check the valid user in racf
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jun 26, 2014 3:54 pm
Reply with quote

Quote:
I want to check the valid user in racf

unfortunately You cannot alway get what You want

what is that You did not understand in my previous reply!

a moderator pleas lock the topic it is moving towards the murky ground of
DO IT YOURSELF RACF CHECKING
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top