[CMS-PIPELINES] SFS error with pipelines

2023-05-17 Thread DeWayne Thomas
Greetings,     I have a problem I can't figure out.  I have a REXX module (actually a web CGI) that during it's processing, reads/writes a user profile to SFS several times during execution.  I've recently started getting an error from the pipe with rc=740 (DMSQRQ1157E Work unit already

Re: [CMS-PIPELINES] Debugging a data exception

2022-12-06 Thread DeWayne Thomas
(if it is one) was made by BALR rather than CMSCALL. Did you try a web search?  PARSEM goes to a matlab site. SetSocketStatus goes to a (for me) defunct z/OS 2.3 page.  But I would check RXSOCKET. Good hunting. On 12/6/22 22:28, DeWayne Thomas wrote: Greetings, We just received

[CMS-PIPELINES] Debugging a data exception

2022-12-06 Thread DeWayne Thomas
Greetings,     We just received the following in a REXX PIPE stage: 20:04:01.329108 PARSCALL SocketSetStatus rc=0 PARSEM Connected Free 1099 Used 1 20:04:25.569707 IADEDIRB STORE IADEDIR1 FLEXCNTL DMSABE141T Data exception occurred at 8114620A in routine PIPE CMS Any helpful hints on how we

Re: [CMS-PIPELINES] sqrt

2021-11-29 Thread DeWayne Thomas
l 2 | structure add thread PIPE strliteral x06e4 | spec qual dewayne 1 print sqrt(square) 1 | cons That should work. And "spec sqrt(1764) 1" probably also works, but it's not as interesting. Rob On Mon, 29 Nov 2021 at 22:30, DeWayne Thomas wrote: OK, I've tried a bunch of stuff b

[CMS-PIPELINES] sqrt

2021-11-29 Thread DeWayne Thomas
OK, I've tried a bunch of stuff but I continue to get S0C7 using sqrt, so I must not be understanding what the input to the sqrt function should look like.  ;-)  Please give me some pointers. Here's the log: pipe literal 16 | strip | specs  a: 1.2 . if a>0 then set #1:=sqrt(a) endif print #1

[CMS-PIPELINES] Modifying WEENYWEB

2021-08-19 Thread DeWayne Thomas
Greetings,     I must be missing something obvious here.  I'm using WEENYWEB as my pattern to create a webserver that receives and returns a JSON payload.  I'm using Postman for the POST and it is received fine. My main PIPE has various IMMCMDs in it, one of which triggers a pipestop.    

Re: [CMS-PIPELINES] PL/j examples

2021-06-15 Thread DeWayne Thomas
Hi Rob,     For sport, I just tried to compile RMHAES (second link) and it looks good until the load where it wants FPLKWDIG.  I'm not finding that anywhere as a standalone TEXT file nor in any TXTLIBs on 6.4 nor 7.1.  Is it in development? Thanks, DeWayne On 6/13/21 2:17 PM, Rob van der

Re: [CMS-PIPELINES] CMS Pipelines SSL Support

2020-06-04 Thread DeWayne Thomas
Great news, Rob!  Now if we were just running V7.1.  :-)  Maybe soon. Thanks, DeWayne On 6/4/20 12:21 AM, Rob van der Heij wrote: Good news for the plumbers who need to do TCP/IP connections secured with SSL/TLS. We're happy to tell that VM66365 has closed and PTF UM35658 and pre-req PTFs can

Re: [CMS-PIPELINES] TSO Pipes

2020-04-23 Thread DeWayne Thomas
Hello Rene, Try this URL https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe_ID=47699 Thanks, DeWayne On 4/23/20 7:07 AM, René Jansen wrote: Hi Lionel, I would certainly like to vote for this, but I get a The change request identifier is invalid. message when I try it. Is it

Re: [CMS-PIPELINES] PC-Pipes anyone?

2019-03-22 Thread DeWayne Thomas
If you're talking about the one below, I think I have a copy of the installer around somewhere.. https://www.codeproject.com/Articles/28056/CMS-TSO-PipeLines-for-Windows-Part-I-Syntax Regards, DeWayne On 3/22/19 4:50 AM, amphitr...@ok.de wrote: The only hint I found about PC-Pipe's existence

Re: [CMS-PIPELINES] proposal for "plenum" - portable Pipelines for POSIX platforms

2017-02-19 Thread DeWayne Thomas
requires .Net. -- R; <>< On 02/19/2017 04:08 PM, DeWayne Thomas wrote: Have you looked at this one? https://sourceforge.net/projects/pc-pipelines/files/?source=navbar D> On 02/19/2017 09:40 AM, Rick Troth wrote: How many of us crave Pipelines when working with other systems?