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

How to learn rexx quickly


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

New User


Joined: 06 Jul 2007
Posts: 1
Location: chennai

PostPosted: Mon Jul 09, 2007 9:37 am
Reply with quote

how to learn rexx quickly.
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: Mon Jul 09, 2007 10:39 am
Reply with quote

Hello and welcome to the forums,

As you learn to use the forums, you will find that it is not necessary to copy/paste the greeting info into your topic.

You've doen a good job with your subject - better than many who post here. Once you get the subject nailed down, it is a good idea to post some details about your request or technical question.

Are you interested in learning about REXX syntax or is there some particular task you need to use REXX to accomplish?

If you are not already aware of this, much of the learning involved with REXX on an IBM mainframe, is learning how REXX works with tso/ispf. To be effective with REXX, you will need to learn those disciplines well - this will take some time.

There are many REXX resources on the web, but keep in mind that REXX is supported on many platforms. When you search the web for more info, you need to make sure the info you "keep" relates to your environment.

The IBM REXX manual is available from the "Downloads" link at the top of the web page.

Good luck icon_smile.gif
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Jul 10, 2007 12:41 am
Reply with quote

Here's my thoughts on this topic.

First, Vinothkumar Pandurangan, read this topic on the differences between TSO, REXX, and ISPF.

If you know that basics of structured programming design, and have learned how to think logically, then you'll find REXX extremely easy to learn in just a few hours. The REXX instruction set is not very large, and for most programs, only a small subset of those instructions are usually used.

I usually advise someone who wants to learn basic REXX to just spend some time converting a batch process (i.e. JCL) into a foreground process, or to write some simple file copy programs, with and without basic logic processes.

For someone who wants to learn advanced REXX, I usually ask them to first make sure they have a solid knowledge of JCL, MVS, and TSO commands. Obviously, if they want to interface with ISPF or other subsystems, then they should have the necessary experience writing interfaces to those systems first.
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