I used O-REXX to write a UFT send procedure. It was sort of bi-modal. I
could write parts in the standard REXX syntax and other parts in "Object"
syntax. The product seemed pretty solid as I had no problems with other
than rethinking the syntax from traditional REXX.

spool_id = right(strip(spool_id),4,'0')

becomes

spool_id = spool_id~strip()~right(4,'0')






                                               To:       [EMAIL PROTECTED]
                      Mark D Pace              cc:       (bcc: Michael Short/Towers 
Perrin)
                      <Mark.Pace@mainli        Subject:  Re: Regina/rexx  SOCKET
                      ne.com>
                      Sent by: Linux on
                      390 Port
                      <[EMAIL PROTECTED]
                      IST.EDU>


                      12/05/2002 08:01
                      AM
                      Please respond to
                      Linux on 390 Port






>I have a VM-Rexx socket program I would like to use in Linux.  But when I
>run this rexx program using regina I get the following
>sh: SOCKET: command not found

>Is there a way to make these SOCKET calls work in regina?

Upon further review it appears that IBM's Object Rexx has the RxSocket
support included.  Has anyone used Object Rexx?  What do you think of it
compared to Regina?

Thanks very much for everyone's time.




Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
[EMAIL PROTECTED]
Office: 850.219.5184
Fax: 850.219.5050
http://www.mainline.com

Reply via email to