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

Screen Navigation in ROSCOE


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
donateeye
Warnings : 2

New User


Joined: 01 Jun 2007
Posts: 62
Location: chennai

PostPosted: Tue Jun 08, 2010 10:42 am
Reply with quote

How to navigate to the previous screen in ROSCOE ?

In TSO we would just press the PF3 key to go back to the previous screen, the same way, is there any key/method to navigate in ROSCOE?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jun 08, 2010 7:27 pm
Reply with quote

Hello,

This is all controlled by code in the RPF that displayed the screen.

One way to do this is that when a "menu" invokes some code and pf3 is pressed, terminate the invoked code and then return to the top of the "menu loop" which will show that screen. Use variables for data that is needed in multiple sets of code.

Enter HELP VARIABLE to see the kinds of variables that might be used.
Back to top
View user's profile Send private message
kunal kishore

New User


Joined: 19 Feb 2007
Posts: 3
Location: hydrabad

PostPosted: Thu Sep 16, 2010 6:07 pm
Reply with quote

donateeye wrote:
How to navigate to the previous screen in ROSCOE ?

In TSO we would just press the PF3 key to go back to the previous screen, the same way, is there any key/method to navigate in ROSCOE?



You can try using ULA.SP Command
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Sep 16, 2010 6:27 pm
Reply with quote

Quote:
You can try using ULA.SP Command
This would only work if the site has the ULA library defined and an SP member of the ULA library. Since this is not part of the standard ROSCOE installation, it is site dependent. Please do not post "solutions" that depend upon information specific to one site since it would be rare for any other site to have that same data / program / procedure available.
Back to top
View user's profile Send private message
kunal kishore

New User


Joined: 19 Feb 2007
Posts: 3
Location: hydrabad

PostPosted: Wed Sep 22, 2010 10:51 am
Reply with quote

Robert Sample wrote:
Quote:
You can try using ULA.SP Command
This would only work if the site has the ULA library defined and an SP member of the ULA library. Since this is not part of the standard ROSCOE installation, it is site dependent. Please do not post "solutions" that depend upon information specific to one site since it would be rare for any other site to have that same data / program / procedure available.


Thanks for your quality information Robert.
Appreciate that.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts copy all members in a roscoe library ... TSO/ISPF 9
No new posts Data for newly added fields not displ... IMS DB/DC 6
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Am Getting a vertical line in ISPF SC... TSO/ISPF 3
No new posts Naming a newly opened screen using REXX CLIST & REXX 2
Search our Forums:

Back to Top