z/OS Menu



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

z/OS Menu

Postby hakghen » Thu Jul 08, 2010 8:57 pm

I was wondering, where can I code the layout of the z/OS main menu (where you select which product to log on into, like, TSO, CICS, etc) and where can I code the ISPF menu?
[]'s,

Hakghen
User avatar
hakghen
 
Posts: 59
Joined: Thu Sep 11, 2008 8:15 pm
Has thanked: 0 time
Been thanked: 0 time

Re: z/OS Menu

Postby dick scherrer » Thu Jul 08, 2010 11:34 pm

Hello,

I am not aware of a "z/OS Main Menu". . . Often there is a VTAM selection screen . . .?

If this is what you are asking about, i'd suggest talking with your vtam support people.

The ispf menu is already coded - you simply use it.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: z/OS Menu

Postby steve-myers » Fri Jul 09, 2010 12:12 am

As for a z/OS "main menu", there are really two possibilities: the VTAM menu previously mentioned, or a selection menu provided by a session manager program. The VTAM menu must be updated by VTAM support people; you may (depending on the session manger program) be able to influence the session manger selection screen yourself. I used the CA session manager for many years, and it allowed you to update the selection screen, though it was not all that easy.

You can alter the ISPF PRIMARY OPTIONS menu yourself. It's member ISR@PRIM in one the data sets in the ISPPLIB concatenation. What you do is allocate your own PDS, copy the standard system ISR@PRIM member to your PDS, update it as you please (that's the tricky part, ISPF is not the most friendly environment at times), insert your data set into the ISPPLIB concatenation while your TSO session is in the READY prompt, and start ISPF like you normally start it.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post