For CLIST WRITENR why not use the REXX SAY and then PULL ?

Lionel B. Dyck <><
Website: https://www.lbdsoftware.com
Github: https://github.com/lbdyck

"Worry more about your character than your reputation. Character is what you
are, reputation merely what others think you are."   - - - John Wooden

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
Bob Bridges
Sent: Thursday, September 16, 2021 8:02 AM
To: [email protected]
Subject: What does CLIST have that REXX doesn't? (was Interpret or Value -
Which is better?)

I can think of three features off-hand:

CLIST's PROC statement, of course, offering some convenient ways of
interpreting arguments.  I've gotten used to doing without it, parsing one
word at a time and interpreting it in context with or without argument names
(ie "NAME(VALUE)").  In fact that enables me to have multiple arguments
without the user having to remember what order they come in, which I suppose
is some compensation.

CLIST can interact with some external programs interactively.  For example,
in REXX I have to put together an entire FTP session and hope it works;
essentially it's a batch process, and if the password is wrong then I won't
know about it until the FTP session is over.

CLIST has WRITENR.  That's easy enough to get around, though:  I have an
external REXX routine named SAYNR that receives the prompt and calls a CLIST
that does the WRITENR.  I suppose most of you do the same.

Am I missing anything?

---
Bob Bridges, [email protected], cell 336 382-7313

/* I would as soon write free verse as play tennis with the net down.
-Robert Frost */

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
Seymour J Metz
Sent: Wednesday, September 15, 2021 13:01

There are several things in CLIST that REXX doesn't have.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to