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

ISPF option 7.3 - can only see ISR application


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Lynne

New User


Joined: 15 Jan 2015
Posts: 93
Location: USA

PostPosted: Tue Jul 26, 2022 12:02 am
Reply with quote

when testing a new application, is there anyway to just look at the variables for that application - without putting a stop in your application somewhere?

The variables for your application are members on your ISPF profile PDS. I would think there would be some simple way in ISPF 7 to display them.. but all I seem to be able to display are ISR application variables.

I looked in the manual.. but the example they give is for ISR.

Thanks for anyone who can point me to something I can read on how to do it? or just tell me if it is simple enough and I'm just missing it?

thanks.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Tue Jul 26, 2022 12:46 am
Reply with quote

There's an option in the dropdown to change the application ID, and one of the 3.x functions allows you to browse tables, sorry haven't got z/OS running right now, so cannot be mere helpful.
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Tue Jul 26, 2022 11:46 pm
Reply with quote

If you want to look at profile variables, then the 7.4 'Dialog table' might be used.

i.e:
Code:
Option ===> 1                                                           
                                                                         
1 Display row            3 Modify row             5 Display structure   
2 Delete row             4 Add row                6 Display status       
                                                                         
Table Name  . . MLC0PROF  Open tables  . . nowrite  (NOWRITE or WRITE or
                                                     blank for no TBOPEN)
Row identification:            Current row  . :                         
By row number  . . 1           (* = current row)                         


Though I'm not sure how it will display no-shared tables is other screens, if at all.
Back to top
View user's profile Send private message
Lynne

New User


Joined: 15 Jan 2015
Posts: 93
Location: USA

PostPosted: Wed Jul 27, 2022 4:43 am
Reply with quote

thanks. I looked at 7.3 for drop down options - could find nothing to change the application.

the problem is - yes, i can invoke the function that takes me to my application - but then - how do I get back to the test panel without exiting my application? then I'm back to ISR when I go to 7.3 (I've tried).

so, thanks, Willy, I will check out displaying the variables thru the table option. icon_smile.gif
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Jul 27, 2022 9:47 am
Reply with quote

Quote:
could find nothing to change the application

I think that setting is outside of the dialog test panels. You need to change the applid before entering dialog test.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Jul 27, 2022 11:13 pm
Reply with quote

Per User's Guide, vol 2, use the Options pulldown from the primary option menu panel.
Back to top
View user's profile Send private message
Lynne

New User


Joined: 15 Jan 2015
Posts: 93
Location: USA

PostPosted: Thu Jul 28, 2022 3:33 am
Reply with quote

The Table option of ISPF 3 worked! once I figured out to display extension variables!

so much easier. and direct. icon_smile.gif

Thanks!
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts SCOPE PENDING option -check data DB2 2
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top