I want to know What is Difference between CLIST & REXX. Please anyone explain to me like here we are using CLIST & Where we use REXX?
Thanks & Regards,
Jagadeesan
What is Difference between CLIST & REXX
-
- Posts: 1
- Joined: Fri Aug 01, 2008 6:57 pm
- Skillset: Mainframes
- Referer: Google
-
- Posts: 278
- Joined: Thu May 15, 2008 9:45 pm
- Skillset: MVS
MQ
ISPF - Referer: sister site
Re: What is Difference between CLIST & REXX
CLIST and REXX are two different languages. REXX is the direction of the future and CLIST is no longer being enhanced. REXX also runs on several platforms.
There's no rule on when to use either one. I would suggest new code be written in REXX but not to worry about changing existing CLISTs to REXX.
There's no rule on when to use either one. I would suggest new code be written in REXX but not to worry about changing existing CLISTs to REXX.
Regards,
Bill Dennis
Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: What is Difference between CLIST & REXX
A CLIST will only run from within TSO/E. While a REXX exec can also run from within TSO/E, it can also run within other environments, such as MVS, DB2, and CICS. Many products offer REXX extensions to allow custom automation code to be developed for them.
-
- Posts: 29
- Joined: Sat Sep 27, 2008 4:47 am
- Skillset: JCL , COBOL ,VSAM, REXX, CLIST
- Referer: Internet
Re: What is Difference between CLIST & REXX
Eventhough syntax wise both REXX and CLIST are almost same, REXX offers more builtin functions than CLIST.
Eg:
ISREDIT F 'ABC' ALL -----> code written in CLIST
"ISREDIT F 'ABC' ALL" -----> code written in REXX
Eg:
ISREDIT F 'ABC' ALL -----> code written in CLIST
"ISREDIT F 'ABC' ALL" -----> code written in REXX
-
- Similar Topics
- Replies
- Views
- Last post
-
- 12
- 3191
-
by sergeyken
View the latest post
Mon Sep 25, 2023 3:33 am
-
- 3
- 2246
-
by Robledo
View the latest post
Thu Mar 10, 2022 1:03 pm
-
- 5
- 2733
-
by Pedro
View the latest post
Sat Feb 06, 2021 4:56 am
-
- 2
- 1086
-
by sergeyken
View the latest post
Fri Jul 14, 2023 7:13 pm
-
- 6
- 3110
-
by willy jensen
View the latest post
Mon Aug 21, 2023 4:56 pm