I got an error also. I suspect you have more than 999 ASVT slots defined. According to the REXX manual:
If before is not large enough to contain the integer part of the number (plus the sign for a negative number), an error results. In this case, 'before' was 3, so it was not big enough to hold 4 digits, hence the error. Don Imbriale >-----Original Message----- >From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf >Of Dave Salt >Sent: Monday, June 13, 2005 3:39 PM >To: [email protected] >Subject: Re: Identifying the Operating System > >It was abending on my system, but when I changed > >This: FORMAT(ASVTMAXU,3) >To this: FORMAT(ASVTMAXU,4) > >It started working. Thanks, > >Dave Salt >SimpList(tm) - The easiest, most powerful way to surf a mainframe! >http://www.mackinney.com/products/SIM/simplist.htm > > > > >>From: "Imbriale, Donald (Exchange)" <[EMAIL PROTECTED]> >>Reply-To: IBM Mainframe Discussion List <[email protected]> >>To: [email protected] >>Subject: Re: Identifying the Operating System >>Date: Mon, 13 Jun 2005 15:15:08 -0400 >> >>FORMAT is a REXX built-in function which returns a number rounded and >>formatted. > *********************************************************************** Bear Stearns is not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this communication. *********************************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

