Re: [CMS-PIPELINES] Pipes future

2016-11-12 Thread Shimon Lebowitz
A very hearty CONGRATULATIONS to all VMers, and a tremendous THANK YOU to Endicott! I am very happy for all of you! Just too bad that I am not able to enjoy 6.4 myself Shimon On Sat, Nov 12, 2016 at 1:42 PM, Rob van der Heij wrote: > On 11 November 2016, John P.

Re: [CMS-PIPELINES] Rexx Reformat

2016-04-13 Thread Shimon Lebowitz
Erreur 404 *La page demandée n'existe pas.* *Cliquer ici* pour aller à la page d'accueil du site. *Cliquer ici* pour le blogue. ​**Cliquer** indeed. I remember my HS french classes, and hearing about the Academie's fight against ​"Franglais".

Re: [CMS-PIPELINES] abend in z/CMS

2014-06-25 Thread Shimon Lebowitz
As soon as I saw that CMS GLOBALV I sort of gasped, and was sure Kris would immediately respond. :) It does seem easy enough to create a GLOBALV EXEC and then open an APAR when the compiler fails. Shimon On Wed, Jun 25, 2014 at 9:14 PM, Rob van der Heij rvdh...@gmail.com wrote: Or maybe

Re: [CMS-PIPELINES] pipe question

2013-10-30 Thread Shimon Lebowitz
Wouldn't that be: | PICK 2-3 = /00/ , | PICK 2-3 = /24/ , | ... Shimon On Wed, Oct 30, 2013 at 7:55 PM, Gentry, Steve steve.gen...@westernsouthernlife.com wrote: I have an input stream with various types of data. I want to select off those records that have 00 thru 24 starting in

[CMS-PIPELINES] repetitive execution on subsets of data

2012-11-25 Thread Shimon Lebowitz
Hi, I am not sure how to define this problem, but it sure LOOKS like something I should be able to do in pipes. Given: a data file, starting with a 'delimiter line', and with more of them distributed (in no known placement) throughout the data (but NOT as a final delimiter at the end of the

Re: [CMS-PIPELINES] repetitive execution on subsets of data

2012-11-25 Thread Shimon Lebowitz
you VERY much for the help. :) Shimon On Sun, Nov 25, 2012 at 6:24 PM, Rob van der Heij rvdh...@gmail.com wrote: On 25 November 2012 17:08, Shimon Lebowitz shimon...@gmail.com wrote: Hi, I am not sure how to define this problem, but it sure LOOKS like something I should be able to do

Re: [CMS-PIPELINES] repetitive execution on subsets of data

2012-11-25 Thread Shimon Lebowitz
...@gmail.com wrote: On 25 November 2012 18:16, Shimon Lebowitz shimon...@gmail.com wrote: Rob, Thank you! I did not really understand the point of the first bit of code, adding the * to records seemed unnecessary if I already know the delimiting string. Sure, if you know how

Re: [CMS-PIPELINES] Strip leading zeros...

2011-01-11 Thread Shimon Lebowitz
How about this? I didn't test it... PIPE (endchar ?), | LITERAL 0001 0021 , | SPLIT AT BLANK, | A: CHOP 3, | STRIP LEADING 0, | B: FANINANY, | JOIN 1 | SPEC // 1 1-* N // N, | CONSOLE, ? A: |, B: On Tue, Jan 11, 2011 at 3:55 PM, Frank M.

Re: [CMS-PIPELINES] Strip leading zeros...

2011-01-11 Thread Shimon Lebowitz
I was not familiar with that, it isn't in the standard IBM pipes. Thanks! Shimon P.S. Your email had a Reply-To to yourself, and my answer almost didn't go to the list. On Tue, Jan 11, 2011 at 4:31 PM, Christian Reichetzeder christian.reichetze...@meduniwien.ac.at wrote: If your strings are

Re: [CMS-PIPELINES] Current PIPELINES Runtime Library

2010-06-25 Thread Shimon Lebowitz
To put it in the saved segment, I had to make the segment larger. As a result it conflicted with the next segment in memory. I am home and don't remember the names right now, but I think it might have been the CMSFILES segment used only by SFS servers. Since I have the VSEG product (now

[CMS-PIPELINES] reversing *parts* of a record

2009-08-25 Thread Shimon Lebowitz
I am trying to deal with a problem apparently created for me by Mr. Gates Co. I need to send files from CMS to end users on PCs, where the files contain data which represents Hebrew characters. I gave SMTP a translation table which converts the EBCDIC representation of Hebrew to the ASCII used

Re: [CMS-PIPELINES] reversing *parts* of a record

2009-08-25 Thread Shimon Lebowitz
: \w2: |reverse |g1: \w2: |g1: j. 2009/8/25 Shimon Lebowitz shimon...@gmail.com: I am trying to deal with a problem apparently created for me by Mr. Gates Co. I need to send files from CMS to end users on PCs, where the files contain data which represents

Re: [CMS-PIPELINES] NXPIPE replaced.

2009-08-11 Thread Shimon Lebowitz
Does this mean the NXPIPE LOADLIB that we use in GCS? That sounds GREAT We are running with this antique: NXPIPE LOADLIB R2 V260 1978 69 1/26/92 17:15:46 Where exactly can I find this file? Thank you, Thank you, Thank you! Shimon Original message Date: 

Re: [CMS-PIPELINES] NXPIPE replaced.

2009-08-11 Thread Shimon Lebowitz
I take back all my thank yous!! ;-) (No, that would NOT be fair... but at least 1 or 2 of them...) Hmmm... ten years ago is 1999, still quite a bit newer than 1992. Is the 1999 version available somewhere? And is there any way to construct a LOADLIB from the existing pipes material?

Re: [CMS-PIPELINES] Handling of Messages

2009-03-01 Thread Shimon Lebowitz
I once wasted several days trying to get two machines running pipes to send a simple message via TCPIP back and forth. According to the article I had read (perhaps by Rob? I don't really remember) it was supposed to be a piece of cake, but I never got it to work, and had to move on to other

Re: [CMS-PIPELINES] Source

2008-01-21 Thread Shimon Lebowitz
This topic has been discussed repeatedly over the years. IBM -- and rightly, IMHO -- insists that you/we (the VM community) make a business case for the time and effort it would take to integrate and then support the download distribution version of Pipelines in CMS. Yes, it has been

[CMS-PIPELINES] splitting off output files

2007-11-28 Thread Shimon Lebowitz
) 'COPY' FN FT FM FN 'PRTL'COUNT 'A (FROM' START 'FOR 500' END So, how could the original pipe have done this? Or would it be more trouble than it's worth? Thanks, Shimon -- Shimon Lebowitzmailto