Page 1 of 1

What are the advantages of REXX over CLISTs under z/OS or CLIST is good enough some times?

Posted: Mon Nov 16, 2015 10:59 pm
by utkarsh
The way I look at it is that CLISTs are just an older command language but we still receive a lot of new software using them, even though REXX is now standard with the operating system.

Are there some reasons why CLISTs are preferred or REXX is preferred for a given software?

Re: What are the advantages of REXX over CLISTs under z/OS or CLIST is good enough some times?

Posted: Mon Nov 16, 2015 11:16 pm
by Akatsukami
Rexx runs on more platforms than just z/OS; it is non-proprietary and has many features that CLIST lacks. Rexx is to be preferred in developing new programs, and CLISTs should be converted to Rexx as resources allow.

Re: What are the advantages of REXX over CLISTs under z/OS or CLIST is good enough some times?

Posted: Thu Nov 19, 2015 3:22 pm
by utkarsh
Thanks Akatsukami! (What is the meaning of your name. I could not type without referring the spelling back and again :) )

I was told that CLIST is out of support but I have searched it and most the documents from IBM still talk about CLIST. Though it works only for IBM platform but on this platform it shouldbe less than REXX or is it?

Re: What are the advantages of REXX over CLISTs under z/OS or CLIST is good enough some times?

Posted: Thu Nov 19, 2015 7:15 pm
by Akatsukami
utkarsh wrote:Thanks Akatsukami! (What is the meaning of your name. I could not type without referring the spelling back and again :) )
It's archaic Japanese for "manifest deity" :D
I was told that CLIST is out of support but I have searched it and most the documents from IBM still talk about CLIST. Though it works only for IBM platform but on this platform it shouldbe less than REXX or is it?
Less what than Rexx?

Re: What are the advantages of REXX over CLISTs under z/OS or CLIST is good enough some times?

Posted: Tue Dec 01, 2015 4:54 pm
by utkarsh
I meant it should not be less than REXX. Missed the not in my previous post...:(

Re: What are the advantages of REXX over CLISTs under z/OS or CLIST is good enough some times?

Posted: Tue Dec 01, 2015 8:55 pm
by nicc
The problem is: what do you mean by "less"? It seems to be irrelevant in this type of comparison.