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

I want to do (fill in the blanks) with REXX


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

Global Moderator


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

PostPosted: Wed May 20, 2009 6:41 pm
Reply with quote

Inquiring minds want to know! icon_wink.gif

So many topics start "I want to do (something) using REXX". I'm always curious, but why REXX, particularly for someone who's not currently a REXX programmer or for an application that may see some real production use.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed May 20, 2009 6:49 pm
Reply with quote

Hi Kevin!
it happens too often, not only for REXX,
that the tool is chosen before the overall requirements are laid out

that' s why a few times I have answered...
if ... had the competence to choose the tool ... should not have the need to ask how to do it
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: Wed May 20, 2009 10:15 pm
Reply with quote

Quote:
I'm always curious, but why REXX,
'Cause not everything can be done with "a jcl". . . icon_neutral.gif
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed May 20, 2009 11:01 pm
Reply with quote

To complete dick's insight:

Quote:
'Cause not everything can be done with "a jcl". . .

... and almost everything can be done (easily) using REXX ...

O.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu May 21, 2009 12:33 am
Reply with quote

Quote:
Quote:
'Cause not everything can be done with "a jcl". . .

... and almost everything can be done (easily) using REXX ...


especially,while
Quote:
it would great if you can share with me.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu May 21, 2009 2:08 am
Reply with quote

Many topics also start with "I want to build a tool..." (in REXX)
Sometimes, it sounds so much like "I draw the short straw and they gave me that crazy task nobody else wanted"

And why in REXX?
I think because everything that can be done from the keyboard can also be done automatically using REXX (and TSO and ISPF).
And if you have to do it 2000000 times icon_oak.gif, then building a tool is not such a bad idea icon_idea.gif...
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu May 21, 2009 4:27 am
Reply with quote

Marso,

I agree, as I am sure any experienced developer would,
that repetitive tasks should be supported by Edit Macros or REXX SCRIPTS.

For a developer, most of the ISPF panels provide the necessary tools.
Scraping multiple Lists (cats and dsi's) with REXX Scripts are second nature.

Systems/Operations people need more involved/complex tools.
Don't see many requests from systems types here for help with REXX tools.
Most of the Threads requesting tools are from rookie developers,
who, for the most part, don't even have a grasp of ISPF and the tools available.

I think you are too optimistic about the Thread Starters -
I am, obviously, to pessimistic.

Besides, it is mostly - give me the code.
I see 1 thread asking for help with their code for every 20 gimmes.
[End Rant]
Back to top
View user's profile Send private message
Peter Poole

New User


Joined: 07 Jan 2009
Posts: 50
Location: Scotland

PostPosted: Mon May 25, 2009 8:18 pm
Reply with quote

Plus Rexx is (effectively) a freebie available at every Big Blue shop. We saved a LOT of money at one site by converting all third party software routines down to Rexx and ditching licenses... I think the only one that survived was SAS/MXG left on a single LPAR license, and that could have been killed off if someone had been wiling to put the large one-time up front money into a conversion project.

Cheers.
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