Defining a new TS7760

2019-01-06 Thread Gadi Ben-Avi
Hi, I have to define a TS7760 in HCD. Adding the hardware definitions (what used to be IOCP) is easy. I can create a file with CNTLUNIT and IODEVICE statements and import it into a copy of my current IODF. When defining a TS7760 you also have to define parameters in the software definitions

Re: Zowe?

2019-01-06 Thread Farley, Peter x23353
Matt, Thanks for the extended and detailed response. There are many of us out here who are still wondering what this project really is. First, a caution: Please, please define your acronyms the first time you use them. E.G., what is JWT? Most of us (well, this application programmer in

Re: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Ed Jaffe
On 1/6/2019 12:51 PM, Joseph Reichman wrote: I strongly believe this is a z/os issue Haha! I can't tell you how many junior programmers I've heard that from over the years! Makes me laugh every time! LOL WAIT and POST work. Period. These services are used billions of times a day. Use WTO,

Re: USS10MSG source

2019-01-06 Thread Peter
I remember seeing a CBTTAPE file with a sample of USSMSG10 and not able to find where it is. Can someone please help me with the file number where I can download it On Mon 7 Jan, 2019, 7:56 AM Peter 'Maybe you mean SYS1.SISTMAC1' > > Which member ? I am trying to build a USS screen for an

Re: USS10MSG source

2019-01-06 Thread Peter
'Maybe you mean SYS1.SISTMAC1' Which member ? I am trying to build a USS screen for an alternative logon as now we just have NETMON(IBM) product to logon to mainframe. On Sun 6 Jan, 2019, 9:17 PM scott Ford Peter, > > There is a USSMSG10 table source that ships in >

Re: Zowe?

2019-01-06 Thread Phil Smith III
Thanks, Matt. That's a substantive answer, and I think confirms what I had posited, more or less. Put another way, it's "Windows 1.0 for z/OS". That's not a bad thing, but remember that Windows didn't really start to be successful until it left the "fullscreen shell over linemode" paradigm.

Re: How to delay a healthcheck? [EXTERNAL]

2019-01-06 Thread Kevin Mckenzie
Radoslaw, what model CEC are you running on? As Paul says, as of V1R13 with the z196 or above, the default now is HIPERDISPATCH=YES, so it's not even something you need to specify anymore unless you want to run with it disabled (and it's required if you want to run in PROCVIEW CORE mode, which

Re: How to delay a healthcheck? [EXTERNAL]

2019-01-06 Thread Feller, Paul
Radoslaw, not a direct answer to your question, but I find it interesting that you get the alert. For some time now the default for HIPERDISPATCH has been YES. If I recall correctly the default changed to YES if you ran z/OS V1R13 (or higher) on a z196 or z114 (or higher CEC). So I'm not

Re: Zowe?

2019-01-06 Thread Matt Hogstrom
Projects like that are more art and love than engineering and mechanics … looks awesome. Matt Hogstrom m...@hogstrom.org +1-919-656-0564 PGP Key: 0x90ECB270 Facebook LinkedIn Twitter

Re: Zowe?

2019-01-06 Thread Tom Brennan
Reminds me of working on my dad's MG when I was a kid. Reading the manual: What's a spanner? What's a power unit? Why do they keep telling me to "prise" something apart? :) The car was recently restored to nearly original condition by my brother - http://www.mildredbrennan.com/mvs/mga.jpg

Re: Zowe?

2019-01-06 Thread Matt Hogstrom
Well, to be fair, with all the marketing hype it seemed like Zowe was the open source version of New Shimmer https://www.nbc.com/saturday-night-live/video/shimmer-floor-wax/n8625 Matt Hogstrom m...@hogstrom.org +1-919-656-0564 PGP Key: 0x90ECB270 Facebook

Re: Zowe?

2019-01-06 Thread scott Ford
Matt, Thanks for the detail description, I wasn’t sure of it’s capabilities and now with this explanation I understand functionally Zowe. A big thanks, Scott IDMWORKS z/OS dev. On Sun, Jan 6, 2019 at 6:57 PM wrote: > Matt, > > Thanks for the detailed reply. > > I wish there were more

Re: Zowe?

2019-01-06 Thread ronjhawkins1
Matt, Thanks for the detailed reply. I wish there were more responses like this for the dumbass SAS coders like me. Ron Hawkins Director, Ipsicsopt Pty Ltd (ACN: 627 705 971) | m: +61 400029610 | h: +61 387399252 | email: ronjhawki...@gmail.com -Original Message- From: IBM Mainframe

Re: Zowe?

2019-01-06 Thread Matt Hogstrom
Not to mention the difference between nappies and diapers. Zowe is an open source project created to host technologies that benefit the Z platform from all members of the Z community (ISV’s and consumers). The initial code base was seeded with technologies from CA Technologies, IBM and

Re: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Seymour J Metz
If the code you posted is the code that you're running then I wouldn't expect a WTO; I would expect a CPU bound loop, and I already told you what your bug is. Until you fix it, there's no point in further discussion. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Zowe?

2019-01-06 Thread Wayne Bickerdike
Only hoods wear bonnets and elephants never forget to wear one on their trunk. On Mon, Jan 7, 2019 at 7:34 AM Seymour J Metz wrote: > J. D. Salinger? > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Discussion

Re: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Joseph Reichman
I do WTO after the select timeout from both main and 4 subtasks once I do take socket read write and return to the select in the subtask that does the processing I don’t see the WTO from the main task I strongly believe this is a z/os issue > On Jan 6, 2019, at 3:47 PM, Seymour J Metz

Re: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Seymour J Metz
No, it's not that simple. You have given no reason to believe that control is not given to the main task. Fix your code to delete the CIB and then report on what happens. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe

Re: Zowe?

2019-01-06 Thread Seymour J Metz
J. D. Salinger? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Jesse 1 Robinson Sent: Friday, January 4, 2019 7:46 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Zowe? Stepping aside from what

Re: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Joseph Reichman
Once I process a takesocket set the bit pattern in RSNDMSK to the new socket Do a read then write go back to the select_loop control is never returned to the main task it’s that simple > On Jan 6, 2019, at 3:28 PM, Seymour J Metz wrote: > > First, a style issue; you have an explicit numeric

Re: Zowe?

2019-01-06 Thread Seymour J Metz
Have they started wearing boots and bonnets in England instead of installing them in their cars? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Steve Smith Sent: Saturday, January 5, 2019

Re: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Seymour J Metz
First, a style issue; you have an explicit numeric length in XC MY_ECB(104),MY_ECB rather than an implicit length, length attribute (L'FOO) or equated symbols. That will cause you problems if you ever have to change the size of the ECB list. Second, MODIFY is not the only type of CIB, If

Re: How to delay a healthcheck?

2019-01-06 Thread ITschak Mugzach
Radoslav, create a policy statement with a SYNCVAL set to a different time of day. currently it starts immediately after added because the default for SYNVAL is SYSTEM. ITschak On Sun, Jan 6, 2019 at 9:21 PM R.S. wrote: > The following scenario: > During IPL a HealtChecker is started

Re: USS10MSG source

2019-01-06 Thread scott Ford
Mine is in adhd.z23a.vtam.source..I run ADCD sorry my friend.. Source is USSN Scott On Sun, Jan 6, 2019 at 2:37 PM Edward Finnell < 000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > Or ask SMP/E? > > In a message dated 1/6/2019 1:35:46 PM Central Standard Time, >

Re: USS10MSG source

2019-01-06 Thread Edward Finnell
Or ask SMP/E? In a message dated 1/6/2019 1:35:46 PM Central Standard Time, r.skoru...@bremultibank.com.pl writes: Maybe you mean SYS1.SISTMAC1. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: USS10MSG source

2019-01-06 Thread R.S.
...VTAMLS.TSOURCE? Maybe you mean SYS1.SISTMAC1. HTH -- Radoslaw Skorupka Lodz, Poland W dniu 2019-01-06 o 18:16, scott Ford pisze: Peter, There is a USSMSG10 table source that ships in ...vtamlst.source...depending on what your base system HLQ is.. Scott On Sun, Jan 6, 2019 at 9:17

How to delay a healthcheck?

2019-01-06 Thread R.S.
The following scenario: During IPL a HealtChecker is started automatically. One of the check , SUP_HIPERDISPATCH claims exception because HIPERDISPATCH=NO is in effect. However IEAOPTxx specifies HIPERDUSPATCH=YES and this value is set, *but later*, after the check is run. The check is

Re: USS10MSG source

2019-01-06 Thread scott Ford
Peter, There is a USSMSG10 table source that ships in ...vtamlst.source...depending on what your base system HLQ is.. Scott On Sun, Jan 6, 2019 at 9:17 AM Lizette Koehler wrote: > Could you describe what it is you want to do with USS10MSG? > > There may also be samples in CBTTAPE.ORG or in

Re: USS10MSG source

2019-01-06 Thread Lizette Koehler
Could you describe what it is you want to do with USS10MSG? There may also be samples in CBTTAPE.ORG or in SYS1.SAMPLIB Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Peter > Sent: Saturday, January 05, 2019 11:58 PM > To: IBM-MAIN@LISTSERV.UA.EDU >

Re: FW: Concurrent Server Task Dispatch issue multitasking issue

2019-01-06 Thread Brian Westerman
Even if it's the same ecblist? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN