Re: 64encode exec?

2010-12-27 Thread Dale R. Smith
On Mon, 27 Dec 2010 19:47:24 +0200, Shimon Lebowitz wrote: >My thanks to Sir Rob, who kindly supplied the code for a rexx exec to do >this. > >Thank you! > >Shimon > > >On Mon, Dec 27, 2010 at 1:10 PM, Shimon Lebowitz wrote: > >> Base64 Encode, like the 64encode pipe stage. >> >> Thanks! >>

Re: 64encode exec?

2010-12-27 Thread Shimon Lebowitz
My thanks to Sir Rob, who kindly supplied the code for a rexx exec to do this. Thank you! Shimon On Mon, Dec 27, 2010 at 1:10 PM, Shimon Lebowitz wrote: > Base64 Encode, like the 64encode pipe stage. > > Thanks! > > > On Mon, Dec 27, 2010 at 12:44 PM, Les Koehler wrote: > >> Do you mean a bas

Re: 64encode exec?

2010-12-27 Thread Shimon Lebowitz
z Other System... z/OS Yes, I was going to mimic the pipe stage logic, but just wanted to see if I could avoid reinventing a wheel. Shimon On Mon, Dec 27, 2010 at 4:25 PM, Richard Troth wrote: > Depends on what "Other System" you mean, exactly. There is Pipelines for > MVS (TSO), but I am gu

Re: 64encode exec?

2010-12-27 Thread Richard Troth
Depends on what "Other System" you mean, exactly. There is Pipelines for MVS (TSO), but I am guessing that YOU of all people KNOW that. So are you talking about Unix/Linux? or maybe Windows? You could extract the logic from 64ENCODE REXX and make REXX from it. -- R; <>< On Mon, Dec 27,

Re: 64encode exec?

2010-12-27 Thread Shimon Lebowitz
Ummm... gulp... because it needs to run on the OtherSystem. (Please don't tell me that pipes are available there too. We spent months trying to verify that claim and it just wasn't possible, except as a special bid or something like that, at what was considered here a totally insane price). So, do

Re: 64encode exec?

2010-12-27 Thread Kris Buelens
Why is a PIPE stage not good? You can wrap an exec around it, or ...anything possible with CALLPIPE/ADDPIPE 2010/12/27 Shimon Lebowitz > Base64 Encode, like the 64encode pipe stage. > > Thanks! > > On Mon, Dec 27, 2010 at 12:44 PM, Les Koehler wrote: > >> Do you mean a base64 encode? Or 64 bit

Re: 64encode exec?

2010-12-27 Thread Shimon Lebowitz
Base64 Encode, like the 64encode pipe stage. Thanks! On Mon, Dec 27, 2010 at 12:44 PM, Les Koehler wrote: > Do you mean a base64 encode? Or 64 bit encode? > > Les > > > Shimon Lebowitz wrote: > >> Is there a 64encode EXEC (not pipe stage) hanging around anywhere, >> or do I need to write my own?

Re: 64encode exec?

2010-12-27 Thread Les Koehler
Do you mean a base64 encode? Or 64 bit encode? Les Shimon Lebowitz wrote: Is there a 64encode EXEC (not pipe stage) hanging around anywhere, or do I need to write my own? Thanks, Shimon