[CMS-PIPELINES] Test

2022-08-10 Thread Steve Thompson
Checking to see if I'm subscribed and getting messages again. Somehow this all stopped after 26JUN22 @ 13:38 US Eastern. Regards, Steve Thompson

Re: [CMS-PIPELINES] Test

2022-08-10 Thread Rob van der Heij
You might not see your own when the settings are not to echo your own posts to you. On Wed, 10 Aug 2022 at 17:10, Steve Thompson wrote: > Checking to see if I'm subscribed and getting messages again. > > Somehow this all stopped after 26JUN22 @ 13:38 US Eastern. > > Regards, > Steve Thompson >

[CMS-PIPELINES] Fwd: CALLPIPE ends (-3)

2022-08-10 Thread Steve Thompson
Hi. I'm re-sending this because of somehow getting unsubscribed And issuing commands to change some default settings. etc. So I have not seen anything from the list since 26JUN22. - I'm trying to test some code to figure out why I'm not getting the results I think I should be

Re: [CMS-PIPELINES] Fwd: CALLPIPE ends (-3)

2022-08-10 Thread John P. Hartmann
Apart from what else can be said, your program is interpreted as EXEC2, not REXX. It lacks the leading comment to identify it as such. On 8/10/22 17:30, Steve Thompson wrote: Hi. I'm re-sending this because of somehow getting unsubscribed And issuing commands to change some default setting

Re: [CMS-PIPELINES] Fwd: CALLPIPE ends (-3)

2022-08-10 Thread Steve Thompson
Let's start over because this will get confused if we don't. My REXX code has a comment line at the start. Driver EXEC (REXX) invokes, via a CALL, MISSLFS passing a variable to it which SAY in MISSLFS shows it got. MISSLFS EXEC *was* copied from MISSLFS REXX so I can experiment with it (yes,

Re: [CMS-PIPELINES] Fwd: CALLPIPE ends (-3)

2022-08-10 Thread Donald Russell
Are you issuing CALLPIPE from your exec? CALLPIPE is used by a pipe stage, it’s not a cms/cp command. Instead of describing your code, can you show us? Are you doing something like: Pipe rexx (misslfs exec) parm | … That will run the exec file as a pipe stage, you can verify that with parse sou

Re: [CMS-PIPELINES] Fwd: CALLPIPE ends (-3)

2022-08-10 Thread Steve Thompson
I got your answer just as I was starting to reading Chapter 21 -- Syntax of a Pipeline And it said, "...CALLPIPE are issued from programs in a pipeline" So that explains the -3. I think I need a helmet, knee pads and elbow pads. It looks like I'm going to be into full contact learning

Re: [CMS-PIPELINES] Fwd: CALLPIPE ends (-3)

2022-08-10 Thread Mike Harding
A common approach, which I frequently use /* */ Parse source . . . . . . env . ... If env='?' then Parse value 'CallPipe *:' with pcmd pout Else Parse value 'PIPE Cons' with pcmd pout ... pcmd '|'pout mike.hard...@kyndryl.com z/VM systems support for Kyndryl WWVM support mikehard...@mindless.