View previous topic :: View next topic |
Author |
Message |
nadh Intermediate
Joined: 08 Oct 2004 Posts: 192 Topics: 89
|
Posted: Thu Feb 17, 2011 11:12 am Post subject: How to skip the 'ispf/pdf' at READY prompt in tso |
|
|
Hi,
Please excuse me if this is very basic one.
After loggin into tso I'm getting this message
Code: | IKJ56455I MZQYXH LOGON IN PROGRESS AT 08:06:08 ON FEBRUARY 17, 2011
MVS1 ON LAXMVS IS CURRENTLY RUNNING Z/OS R1.11
MVS2 ON LAXMVS IS CURRENTLY RUNNING Z/OS R1.11
READY
READY |
Here i need to enter ISPF/PDF to go into ispf pannel. My requirement is how to avoid entering ISPF/PDF at READY prompt i.e. after entering user id and password it should go directly to ispf pannel. In the same way how to go to initial screen without entering LOGOFF at READY PROMPT. Please help me out.
Thanks in advance.
Cheers!!!
Nadh |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Feb 17, 2011 11:51 am Post subject: |
|
|
nadh,
Are you using PCOM to login to mainframe? If so there is an option to specify the initial command and you can specify ISPF over there and you will be at the main ISPF menu. See below screenshot
Alternatively you can add the commands to your logon exec
Code: |
------------------------------- TSO/E LOGON -----------------------------------
Enter LOGON parameters below: RACF LOGON parameters:
Userid ===> AAAAAA
Password ===> New Password ===>
Procedure ===> TSOUSER Group Ident ===>
Acct Nmbr ===> XXXXXX
Size ===> 4000
Perform ===>
Command ===> ISPF
Enter an 'S' before each option desired below:
-Nomail -Nonotice S -Reconnect -OIDcard
PF1/PF13 ==> Help PF3/PF15 ==> Logoff PA1 ==> Attention PA2 ==> Reshow
You may request specific help information by entering a '?' in any entry field
|
_________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Feb 17, 2011 1:31 pm Post subject: |
|
|
I believe that the Command ===> on the logon panel is executed when you LEAVE ISPF. I have it set to LOGOFF so that when I =x, or just x, out of ISPF then my session is terminated. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Feb 17, 2011 2:52 pm Post subject: |
|
|
the only reason it is executed when you leave ISPF is because the ISPF startup is in your logon proc. It runs after the logon proc. _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
|
Back to top |
|
 |
IEFBR14 Beginner

Joined: 13 Aug 2008 Posts: 17 Topics: 0 Location: SYS1.LINKLIB
|
Posted: Thu Feb 17, 2011 7:34 pm Post subject: |
|
|
IMO if you get to READY keep it
This is often hidden/restricted - if you have it you have more control so keep it
If it is for users control things in the logon proc exec |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Feb 18, 2011 2:21 am Post subject: |
|
|
This is all very site specific and is setup in your shop this way for some reason (or not). It requires detective work on your side to find out how that is set up in your shop. It also requires that you can access the data sets in question. I am sure that there are threads here explaining it all. To start with, you can look at the procedure that you use (in kolusu's example TSOUSER) in your proclib - how ever that is named at your site. Follow the thread from there - (PARM=nnnn) points to the Rexx/Clist that is used when your TSO is started. Good hunting. An alternative is to ask somebody in your shop. |
|
Back to top |
|
 |
|
|