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 

cics

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
GuruRaj
Beginner


Joined: 19 Dec 2003
Posts: 21
Topics: 15

PostPosted: Wed Jan 21, 2004 9:45 am    Post subject: cics Reply with quote

hi
when i type l c001 in emulator i enter cics logon panel but without typing my userid or password i say exit & ctrl c i am able work in cics region.
can any one tell me how to solve this problem.
Back to top
View user's profile Send private message Send e-mail
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Thu Jan 22, 2004 1:51 am    Post subject: Reply with quote

Sounds like you do not have security on in your Cics or you do not have a security product set up. What kind of security product do you have in your shop (RACF ?) ?
Back to top
View user's profile Send private message Visit poster's website
GuruRaj
Beginner


Joined: 19 Dec 2003
Posts: 21
Topics: 15

PostPosted: Thu Jan 22, 2004 9:09 am    Post subject: Reply with quote

hi
we have security product racf, and i protected the cics transaction ex-CEDA
but even without logging in by username and id i am able to work in cics region.
Back to top
View user's profile Send private message Send e-mail
Mike Chantrey
Intermediate


Joined: 10 Sep 2003
Posts: 234
Topics: 1
Location: Wansford

PostPosted: Thu Jan 22, 2004 10:55 am    Post subject: Reply with quote

By default, when not signed on you will be able to work in CICS and run any transaction which is not protected by the RACF transaction resource class. If you want to prevent users from getting in at all without signing on, you can write your own signon program which will (e.g)
a/ ignore all keys except ENTER, PF3,CLEAR,PA1,
b/ do an 'EXEC CICS ISSUE DISCONNECT' if PF3,CLEAR,PA1 is keyed, and
c/ insist on a valid signon (using EXEC CICS SIGNON) if ENTER is keyed. This is what we do.
You then need to either:
a/ Point the CSGM transaction to your program
b/ Change the SIT parameter GMTRAN to point to any transaction you have defined to point to your signon program.

the alternative is to ensure all transactions (except some special CICS ones that must not be) are appropriately protected by the transaction class, so that being signed on doesn't allow you to do anything.

Note that if you change the CICS transaction resource class, you probably need to do something like the RACF command "SETROPTS RACLIST(TCICSTRN) REFRESH" for your change to take effect (or possibly CEMT P SECURITY REBUILD in CICS if you have a very old CICS version).
Back to top
View user's profile Send private message
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Fri Jan 23, 2004 1:41 am    Post subject: Reply with quote

Do you have the following two parameters set either in your cics startup sysin or in your sit?
SEC=YES RACF SUPPORT
SECPRFX=YES RACF SUPPORT cics prefix
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware 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