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

execute APP if they are not ADDRESS TSO from rexx


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
italo_pm

New User


Joined: 26 Mar 2015
Posts: 37
Location: Italy

PostPosted: Fri Aug 12, 2016 2:15 am
Reply with quote

Hello,


I wanted to know, How to execute commands that are not ADDRESS TSO? to open app...

for example in my main menu or PDF menu in option put TSO OTSCHECK and open my rexx with a ispf panel ...

but i have a command not beginning with TSO .... like:

SPOOL (open JES Spool Volumes)
TAPE ONLINE (open Tape Units)

how to open from my rexx? these commands work only when i am in SYSVIEW (CA)

it's possible open these panel from rexx? rexx invoke from ispf panel to open...

Regards.
Italo.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Aug 12, 2016 2:32 am
Reply with quote

look at the SYSVIEW manuals to find out if there is a REXX interface

but You could already have found about it if instead of lazily asking You had googled with SYSVIEW REXX .

the first link returned ( your might be different ) was to the docs on how to enable the SYSVIEW REXX interface

and, guess what...
the syntax is Address SYSVIEWE
Back to top
View user's profile Send private message
italo_pm

New User


Joined: 26 Mar 2015
Posts: 37
Location: Italy

PostPosted: Fri Aug 26, 2016 6:07 pm
Reply with quote

Thanks Enrico,

yes, the sysntax is

Code:
ADDRESS LINK 'GSVXRXAA'
    ADDRESS "SYSVIEWE" "C(command)"
ADDRESS "SYSVIEWE" "C(END)"


I wanted to know if it was possible to execute (open screen) a non tso command as if found me in the command line via rexx

like:

TAPE ONLINE
or
SPOOL

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

Global Moderator


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

PostPosted: Fri Aug 26, 2016 10:14 pm
Reply with quote

I am sorry Italo, but I do not understand your question. I do not understand these phrases:
Quote:
to execute (open screen)

and
Quote:
if found me in the command line

Please elaborate.

Perhaps you are confusing menu options in a panel with actual commands.

As Enrico already said, you should look at the manuals to see if there is a rexx interface for what you want to do.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top