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

CICS LOGON SCREEN


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

New User


Joined: 08 May 2009
Posts: 0
Location: Orlando FL

PostPosted: Fri May 08, 2009 8:38 pm
Reply with quote

I am trying to add verbiage to our CICS LOGON SCREEN - this where the userid and password is entered. I have attached a screen shot below. I need to know where the code for that screen would be located. I have found the USSTAB in our VTAMSRC lib that points to CMD=CICS. This is the option chosen from our NETSOL screen to get to the CICS LOGON SCREEN, but that's where the trail ends. Can anyone help? Thanks!
Code:
                                                                             
 FRIDAY MAY 08, 2009                                                11:37 AM 
                                                                             
                   OOOOOOO       CCCCCCCC      PPPPPPPPP       SSSSSSS       
                 OOOOOOOOO     CCCCCCCCC      PPPPPPPPPP     SSSSSSSS         
                OO     OO     CCC   CCC      PPP    PPP     SSSS  SS         
               OO     OO     CCC            PPPPPPPPPP       SSSS             
              OO     OO     CCC            PPP           SS  SSSS             
             OOOOOOOOO     CCCCCCCCC      PPP           SSSSSSSS             
              OOOOOO       CCCCCCCC      PPP            SSSSSS               
                                                                             
                     WELCOME TO XXXXXXXXXXXXXXXXXX                 
                            INFORMATION MANAGEMENT SYSTEM                     
                                                                             
    LOGON ID: ===>                                                           
    PASSWORD: ===>                                                           
                                                                             
                                                                             
                                                                             
                                                                             
  TO CHANGE YOUR CURRENT PASSWORD BEFORE IT EXPIRES:                         
       TYPE YOUR LOGON ID AND CURRENT PASSWORD                               
       PRESS THE "PF2" KEY.                                                   
CICS/ESA  -  SYSTEM SIGN ON SCREEN                               TERML: D738 
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Fri May 08, 2009 9:28 pm
Reply with quote

It's usually a map, though sometimes it could be hardcoded into the signon program code.
CEDF XXXX where XXXX is another termid.
Then cause the signon screen to be displayed on terminal XXXX.
Watch what happens before the send and note the content of the send.
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