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

CICS Screen Login Profile


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Raja Raman

New User


Joined: 23 Aug 2006
Posts: 1

PostPosted: Wed Aug 23, 2006 5:27 pm
Reply with quote

Hi experts,
I'm in a CICS screen, I want to know which login id I have logged into.
Actually I have configured one user id at the resource adapter of the application server to get the terminal installed. On click of any transaction my application would prompt me for entering a user id details.
Now I want to know whether I'll be logged into with the user id I have configured in the adapter level or the user id i have given in the log on page.
Thanks for your help.
Regards,
Raja Raman
Back to top
View user's profile Send private message
EnjoyMF

New User


Joined: 27 May 2005
Posts: 88

PostPosted: Wed Aug 23, 2006 7:55 pm
Reply with quote

Hi Friend


For terminal tasks where a user has not signed on, the user ID is the CICS user ID associated with the terminal and is either:

The default CICS user ID as specified on the CICS parameter DFLTUSER SIT
A preset security user ID specified on the terminal definition
For non-terminal tasks, the CICS adapter tries to get a user ID with an EXEC CICS ASSIGN command. If this is unsuccessful, the adapter tries to get the user ID using EXEC CICS INQUIRE TASK. If security is active in CICS, and the non-terminal attached transaction is defined with CMDSEC(YES), the CICS adapter passes a user ID of blanks to WebSphere MQ.

Or


EXEC CICS ASSIGN USERID(user-id) END-EXEC.
in working storage section
77 USERID PIC X(8).

Reference
publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqsav.doc/csq83bv.htm

listserv.uark.edu/scripts/wa.exe?A2=ind0512c&L=sag-l&P=8166

Most of the CICS commands are in
www.felgall.com/cics2.htm

Cheers..Prasad
Back to top
View user's profile Send private message
NIRAJ BILGE

New User


Joined: 05 Aug 2006
Posts: 11

PostPosted: Fri Sep 15, 2006 7:35 pm
Reply with quote

i think u hav to know logid on screen, right?
For that i think you can use 'TERM' transaction, which will give you information about ur terminal, logid,sysid,date,time and all that.

i apologise if i enterprit it wrongly
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top