"IBM Mainframe Assembler List" <[email protected]> wrote on 
02/16/2022 12:15:17 PM:
> to recap - it is numerci according to REXXes rules
> 
> up to 10 commas (for grouping)
> up to one sign on the left (+ or -)
> one decimal point


        Well, apparently, REXX doesn't consider a numeric value to have 
commas in it.

     2 +++ test = 12,123.45 
ARX0037I Error running RXVSAMTS, line 2: Unexpected "," or ")"


        Even doing the assignment with quotes around it doesn't allow REXX 
to treat it like a number.

12,123.45 
     4 +++ test = test + 1 
ARX0041I Error running RXVSAMTS, line 4: Bad arithmetic conversion


Sincerely,

Dave Clark
-- 
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio  45439  USA
(937) 294-5331




*********************************************************************************************
This email message and any attachments is for use only by the named 
addressee(s) and may contain confidential, privileged and/or proprietary 
information. If you have received this message in error, please 
immediately notify the sender and delete and destroy the message and all 
copies. All unauthorized direct or indirect use or disclosure of this 
message is strictly prohibited. No right to confidentiality or privilege 
is waived or lost by any error in transmission. 
*********************************************************************************************

Reply via email to