Re: TPX and Logon Scripts

2006-10-31 Thread Dave Kutz
you have a different CESN screen, so it has to be programmed differently.

Ours CESN CICS screen looks like:
 SYSTEM DATE: OCTOBER 31, 2006
 SYSTEM TIME: 08:32 AM 
 
 LOGONID: === 
PASSWORD: === 
 
NEW PASSWORD: === 
(enter twice) === 





Roland Schiradin [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
10/31/2006 01:55 AM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: TPX and Logon Scripts






I don't think this ACL would work as TABF 1 move the cursor to the 
Groupid. 
NL 1 should do.
 
 Userid . . . . Groupid . . . 
 Password . . . 
 Language . . . 
 
 New Password . . . 

something similar to this may help you


OPTIONFLOW,OFF   *** DEBUG **
OPTIONTERM,OFF   *** DEBUG **
WINWWINP WAIT FOR KEYBOARD TO FREE UP
*
 CLEAR
  KEY   'CESN'
 ENTER
KEY   'USERID'  ENTER USERID
TABF  1  MOVE CURSOR TO NEXT FIELD
 KEY   'PSWD'
ENTER
STOP

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX and Logon Scripts

2006-10-31 Thread Roland Schiradin
Dave, 
it's now clear you have your own signon screen. We use the default
Roland

you have a different CESN screen, so it has to be programmed differently.

Ours CESN CICS screen looks like:
 SYSTEM DATE: OCTOBER 31, 2006
 SYSTEM TIME: 08:32 AM

 LOGONID: ===
PASSWORD: ===

NEW PASSWORD: ===
(enter twice) ===

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


TPX and Logon Scripts

2006-10-30 Thread Lizette Koehler
Anyone out there have customized TPX with logon scripts that can help me make 
them work?  CA has not been very helpful on this issue and I am losing my hair 
(not really) over this.

I read the manuals and do not get very far because I am not VTAM or CICS fluent 
(trying to make CICS Autoinstall with Signon Script).  I am hoping someone out 
there might be able to help me understand this process better than the book.

Thanks for any guidanceLizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX and Logon Scripts

2006-10-30 Thread Dave Kutz
something similar to this may help you

 
OPTIONFLOW,OFF   *** DEBUG ** 
OPTIONTERM,OFF   *** DEBUG ** 
WINWWINP WAIT FOR KEYBOARD TO FREE UP
* 
 CLEAR 
  KEY   'CESN'
 ENTER 
KEY   'USERID'  ENTER USERID 
TABF  1  MOVE CURSOR TO NEXT FIELD 
 KEY   'PSWD' 
ENTER 
STOP

Dave




Lizette Koehler [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
10/30/2006 03:51 PM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
TPX and Logon Scripts






Anyone out there have customized TPX with logon scripts that can help me 
make them work?  CA has not been very helpful on this issue and I am 
losing my hair (not really) over this.

I read the manuals and do not get very far because I am not VTAM or CICS 
fluent (trying to make CICS Autoinstall with Signon Script).  I am hoping 
someone out there might be able to help me understand this process better 
than the book.

Thanks for any guidanceLizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX and Logon Scripts

2006-10-30 Thread Norman Hollander
Lizette-
Do you have the SR number for the problem?  I'm always interested in finding
out why
our support folks may not being so helpful from the customer perspective.
You should be 
able to get all the examples and usage recommendations you need.

Norman

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Dave Kutz
Sent: Monday, October 30, 2006 SYSN PM 3:18
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: TPX and Logon Scripts

something similar to this may help you

 
OPTIONFLOW,OFF   *** DEBUG ** 
OPTIONTERM,OFF   *** DEBUG ** 
WINWWINP WAIT FOR KEYBOARD TO FREE UP
* 
 CLEAR 
  KEY   'CESN'
 ENTER 
KEY   'USERID'  ENTER USERID 
TABF  1  MOVE CURSOR TO NEXT FIELD 
 KEY   'PSWD' 
ENTER 
STOP

Dave

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TPX and Logon Scripts

2006-10-30 Thread Roland Schiradin
I don't think this ACL would work as TABF 1 move the cursor to the Groupid. 
NL 1 should do.

 Userid . . . . Groupid . . .
 Password . . .  
 Language . . .  
 
 New Password . . .  

something similar to this may help you


OPTIONFLOW,OFF   *** DEBUG **
OPTIONTERM,OFF   *** DEBUG **
WINWWINP WAIT FOR KEYBOARD TO FREE UP
*
 CLEAR
  KEY   'CESN'
 ENTER
KEY   'USERID'  ENTER USERID
TABF  1  MOVE CURSOR TO NEXT FIELD
 KEY   'PSWD'
ENTER
STOP

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html