Re: convert Decimal to bytes

2012-06-27 Thread zMan
On Wed, Jun 27, 2012 at 9:01 AM, Elardus Engelbrecht < elardus.engelbre...@sita.co.za> wrote: > As zMan observed, the OP has not replied [1] sofar, I think you mean we > should rather crack the nutty OP... ;-) > > But then, perhaps he/she/it received some offline answers and got what > he/she/it w

Re: convert Decimal to bytes

2012-06-27 Thread Elardus Engelbrecht
Scott Ford wrote: >There are a lot of ways to crack this nut, rexx,perl, various clist languages As zMan observed, the OP has not replied [1] sofar, I think you mean we should rather crack the nutty OP... ;-) But then, perhaps he/she/it received some offline answers and got what he/she/it want

Re: convert Decimal to bytes

2012-06-24 Thread John McKown
On Sun, 2012-06-24 at 16:30 -0500, Ed Gould wrote: > Scott, > > Don't you have to define the desired input and output first before > you select the methodology to do the "deed" ? > > Ed Not at our shop. In our shop, the IT answer is MS-Windows, regardless of what the question is. -- John McK

Re: convert Decimal to bytes

2012-06-24 Thread zMan
On Sun, Jun 24, 2012 at 4:42 PM, Scott Ford wrote: > There are a lot of ways to crack this nut, rexx,perl, various clist > languages Assembler. Man up! :-) Notice we've never heard from the OP again... -- zMan -- "I've got a mainframe and I'm not afraid to use it" ---

Re: convert Decimal to bytes

2012-06-24 Thread Ed Gould
Scott, Don't you have to define the desired input and output first before you select the methodology to do the "deed" ? Ed On Jun 24, 2012, at 3:42 PM, Scott Ford wrote: There are a lot of ways to crack this nut, rexx,perl, various clist languages Scott ford www.identityforge.com On Ju

Re: convert Decimal to bytes

2012-06-24 Thread Scott Ford
There are a lot of ways to crack this nut, rexx,perl, various clist languages Scott ford www.identityforge.com On Jun 24, 2012, at 11:36 AM, John McKown wrote: > On Sat, 2012-06-23 at 22:19 -0400, Shmuel Metz (Seymour J.) wrote: >> In , >> on 06/22/2012 >> at 12:00 PM, "McKown, John" said: >

Re: convert Decimal to bytes

2012-06-24 Thread John McKown
On Sat, 2012-06-23 at 22:19 -0400, Shmuel Metz (Seymour J.) wrote: > In , > on 06/22/2012 >at 12:00 PM, "McKown, John" said: > > >On z/OS you can use awk or Perl! > > Why not REXX? > > Note; while I admit that in recent years I have written more Perl code > than REXX, I still consider REXX

Re: convert Decimal to bytes

2012-06-23 Thread Shmuel Metz (Seymour J.)
In , on 06/22/2012 at 12:00 PM, "McKown, John" said: >On z/OS you can use awk or Perl! Why not REXX? Note; while I admit that in recent years I have written more Perl code than REXX, I still consider REXX to be a cleaner language. -- Shmuel (Seymour J.) Metz, SysProg and JOAT IS

Re: convert Decimal to bytes

2012-06-22 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@listserv.ua.edu] On Behalf Of Shmuel Metz > (Seymour J.) > Sent: Friday, June 22, 2012 9:22 AM > To: IBM-MAIN@listserv.ua.edu > Subject: Re: convert Decimal to bytes > > In > , &g

Re: convert Decimal to bytes

2012-06-22 Thread Shmuel Metz (Seymour J.)
In , on 06/21/2012 at 04:14 PM, John Gilmore said: >Since he probably has a PC he could of course use the Windows >calculator. What if he's not running wiondoze on his PC? -- Shmuel (Seymour J.) Metz, SysProg and JOAT Atid/2 We don't care. We d

Re: convert Decimal to bytes

2012-06-22 Thread Shmuel Metz (Seymour J.)
In , on 06/20/2012 at 09:28 PM, Uriel Carrasquilla said: >1024 bytes = 1 Kilobyte Actually, 1000 bytes = 1 Kilobyte and 1024 bytes = 1 Kibibyte. -- Shmuel (Seymour J.) Metz, SysProg and JOAT Atid/2 We don't care. We don't have to care, we're Con

Re: convert Decimal to bytes

2012-06-21 Thread John Gilmore
sed with "s/bytes/decimal/gi" and your are > done. > > > From: IBM Mainframe Discussion List [IBM-MAIN@listserv.ua.edu] on behalf of > Charles Mills [charl...@mcn.org] > Sent: Thursday, June 21, 2012 1:17 PM > To: IBM-MAIN@listse

Re: convert Decimal to bytes

2012-06-21 Thread Uriel Carrasquilla
erv.ua.edu Subject: Re: convert Decimal to bytes Converting decimal to bytes is trivial. Locate the first 'd' and replace with 'byt'. Locate the string 'cimal' and replace with 's'. Charles -Original Message- From: IBM Mainframe Discussion List [

Re: convert Decimal to bytes

2012-06-21 Thread Charles Mills
an Sent: Thursday, June 21, 2012 8:47 AM To: IBM-MAIN@listserv.ua.edu Subject: Re: convert Decimal to bytes On Wed, Jun 20, 2012 at 5:15 PM, Art wrote: > Hi would anyone know of a calculator and/or formal via rexx that I > could use/setup to convert decimal to bytes. I would like to multip

Re: convert Decimal to bytes

2012-06-21 Thread zMan
On Wed, Jun 20, 2012 at 5:15 PM, Art wrote: > Hi would anyone know of a calculator and/or formal via rexx that I could > use/setup to convert decimal to bytes. I would like to multiply x > (decimal) by 80 and add an extra 80 bytes. > "Yes" to the question (even if it d

Re: convert Decimal to bytes

2012-06-21 Thread Scott Ford
Elardus, Amen my friend, hard help when can't see what the are trying to do Scott ford www.identityforge.com On Jun 21, 2012, at 5:38 AM, Elardus Engelbrecht wrote: > Art wrote: > >> Hi would anyone know of a calculator and/or formal via rexx that I could >> use/s

Re: convert Decimal to bytes

2012-06-21 Thread Elardus Engelbrecht
Art wrote: >Hi would anyone know of a calculator and/or formal via rexx that I could >use/setup to convert decimal to bytes. I would like to multiply x >(decimal) by 80 and add an extra 80 bytes. Is this a homework assignment? Based on the lots of feedback, it is still not clear

Re: convert Decimal to bytes

2012-06-20 Thread Grinsell, Don
a.edu] On Behalf Of Grinsell, Don Sent: Wednesday, 20 June 2012 15:23 To: IBM-MAIN@listserv.ua.edu Subject: Re: convert Decimal to bytes I'm not sure what you're asking. It would be helpful to provide more information to put the problem in context. -- Donald Grinsell State of Mon

Re: convert Decimal to bytes

2012-06-20 Thread Lizette Koehler
> -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf Of > Art > Sent: Wednesday, June 20, 2012 2:16 PM > To: IBM-MAIN@listserv.ua.edu > Subject: convert Decimal to bytes > > Hi would anyone know of a calculator and/o

Re: convert Decimal to bytes

2012-06-20 Thread Scott Ford
calculator and/or formal via rexx that I could >> use/setup to convert decimal to bytes. I would like to multiply x >> (decimal) by 80 and add an extra 80 bytes. > > Not clear what you're asking, but perhaps the d2c() function? This > would be the thing if you wan

Re: convert Decimal to bytes

2012-06-20 Thread Uriel Carrasquilla
: Wednesday, June 20, 2012 5:15 PM To: IBM-MAIN@listserv.ua.edu Subject: convert Decimal to bytes Hi would anyone know of a calculator and/or formal via rexx that I could use/setup to convert decimal to bytes. I would like to multiply x (decimal) by 80 and add an extra 80 bytes. Regards

Re: convert Decimal to bytes

2012-06-20 Thread Tony Harminc
On 20 June 2012 17:15, Art wrote: > Hi would anyone know of a calculator and/or formal via rexx that I could > use/setup to convert decimal to bytes. I would like to multiply x > (decimal) by 80 and add an extra 80 bytes. Not clear what you're asking, but perhaps the d2c()

Re: convert Decimal to bytes

2012-06-20 Thread Grinsell, Don
ound secret and mystery to every other." ~ Charles Dickens (1812-70) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf Of Art Sent: Wednesday, 20 June 2012 15:16 To: IBM-MAIN@listserv.ua.edu Subject: convert Decimal to bytes Hi wo

convert Decimal to bytes

2012-06-20 Thread Art
Hi would anyone know of a calculator and/or formal via rexx that I could use/setup to convert decimal to bytes. I would like to multiply x (decimal) by 80 and add an extra 80 bytes. Regards -- For IBM-MAIN subscribe