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

Complete process to start a sign on Cics CESN


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

New User


Joined: 24 Nov 2006
Posts: 2
Location: new delhi

PostPosted: Thu Jan 18, 2007 7:32 pm
Reply with quote

1)Can anyone please tell me the complete process to start the sign on cics 'cesn'.

2)Also I want the userid entered by the signon screen to be used in my program. How I can do it.[/b]
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Jan 18, 2007 8:19 pm
Reply with quote

I'm not sure I'm understanding, but
gauravin_in wrote:
1)Can anyone please tell me the complete process to start the sign on cics 'cesn'.
Clear the screen, type cesn and hit enter.....
Quote:
2)Also I want the userid entered by the signon screen to be used in my program. How I can do it.[/b]
You might have to ask the security manager that relates the signon userid to the cics operid......
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Thu Jan 18, 2007 8:41 pm
Reply with quote

to get the user id of the user signed on.

Code:
05 WS-RACF-USER.
  10 WS-RACF-PREFIX           PIC X(04) VALUE SPACES.
  10 WS-RACF-SUFFIX           PIC X(03) VALUE SPACES.
  10 FILLER                   PIC X(01) VALUE SPACES.


EXEC CICS ASSIGN
     USERID    (WS-RACF-USER)
     NOHANDLE
     END-EXEC
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Jan 18, 2007 9:50 pm
Reply with quote

Hi !

Plse have a look here:

publib.boulder.ibm.com/infocenter/cicsts22/index.jsp?topic=/com.ibm.cics.ts.doc/dfhea/dfheap0055.htm

Regards, UmeySan
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