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

Differences between z/VM REXX and TSO REXX


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

New User


Joined: 04 Feb 2008
Posts: 65
Location: Hyd

PostPosted: Sun Oct 12, 2014 1:58 pm
Reply with quote

Hi,

Could you please let me know what are the major differences between REXX on TSO environment and REXX on Z/VM environment.

Also could you please provide any document contains these differences and specific zVM REXX concepts.

Thanks,
Kalyan.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Sun Oct 12, 2014 2:48 pm
Reply with quote

In here, in the Reference, you will find concepts.

Rexx was first on VM/CMS. There's lots of rexx stuff "out there". What is the particular problem you are encountering?
Back to top
View user's profile Send private message
kalyan.v

New User


Joined: 04 Feb 2008
Posts: 65
Location: Hyd

PostPosted: Sun Oct 12, 2014 3:06 pm
Reply with quote

Thanks Bill,

Actually i know TSO REXX and i have to work on z/VM REXX. So i want to know how zVM REXX concepts will be different than TSO REXX.

Appreciate your help if i get the differences in these two.

Thanks,
Kranthi
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Sun Oct 12, 2014 4:04 pm
Reply with quote

I don't think it's in the rexx itself that you'll find so many differences, but in the "environments" that you "address" for instance, and in the file structures - the non-rexx stuff that you are used to using in rexx on z/OS.

If you are using CMS (which I assume you are) you'll find the XEDIT editor much more powerful, don't limit yourself to what you know, type help and get reading.

The rexx itself on VM/CMS is rexx, much as the z/OS variety. That won't be your learning curve. Start with those VM rexx manuals in the link. Look for example execs/macros at your site. Just get to grip with "address CP", "address CMS" and the minidisk file-structures (and look up in a manual what the filetypes mean, the numeric part).
Back to top
View user's profile Send private message
kalyan.v

New User


Joined: 04 Feb 2008
Posts: 65
Location: Hyd

PostPosted: Mon Oct 27, 2014 10:35 am
Reply with quote

Hi Bill,

These manuals which you gave are really helpful. Thanks for that.

I want to learn how we can trigger REXX execs with console commands, messages, external interrupts. Please let me know if we have any manuals with such examples.

Thanks,
Kalyan
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
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
Search our Forums:

Back to Top