Re: What is the preferred way of starting PAGENT

2022-09-19 Thread Jantje.
On Fri, 16 Sep 2022 13:04:26 -0500, Michael Babcock wrote: >I was under the impression that if PAGENT isn't running, then no new >connections can start. > Well, in our set-up, with PAGENT stopped after the TCIP stack has come up (and PAGENT having had the chance to install the policy), we can s

Re: What is the preferred way of starting PAGENT

2022-09-19 Thread Michael Babcock
I’m not in front of my computer right now but I believe our automation product starts and stops PAGENT. On Mon, Sep 19, 2022 at 4:10 AM Jantje. < 033acf17e42f-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 16 Sep 2022 13:04:26 -0500, Michael Babcock > wrote: > > >I was under the impression

Re: How to use LISTDSI from Rexx under Unix shell?

2022-09-19 Thread Paul Gilmartin
On Mon, 19 Sep 2022 04:00:05 +, Seymour J Metz wrote: >WTF? TSO has supported LRECL=255 for over half a century. Don't be confused by >IBM shipping code in an archaic form factor. > Alas, I am confounded, not confused, by IBM's shipping SYSLIB, SYSPROC, etc. in an archaic form factor making c

Re: Assembler courses

2022-09-19 Thread Paul Gilmartin
On Sun, 18 Sep 2022 22:03:34 -0700, Ed Jaffe wrote: > >I prefer to use: > >LARL  R12,Constants >USING (Constants,Constants_End),R12 > >thereby dispensing with permanent base register coverage for program >executable code. > Constants LOCTR , and LTORG ... then become your friends. -- gil -

Re: dfsort - microseconds (STCK/TOD)

2022-09-19 Thread Paul Gilmartin
On Mon, 19 Sep 2022 01:43:56 -0500, Stefan Lezzi wrote: >... >2022-09-12T13:55:27.836152+:00 >2022-09-12T13:55:27.836152+:00 >... Ooooh! ISO 8601! Is that well supported by DFSORT? I don't see it mentioned in the Guide. Of course for keys they're simply strings.

Re: How to use LISTDSI from Rexx under Unix shell?

2022-09-19 Thread David Spiegel
Hi Gil, Some software vendors distribute their CLIST/Rexx PDSs/PDSEs only as FB/80. This will cause you grief because you cannot concatenate VB and FB. That is why I have never converted to VB CLISTs/Rexx. It's just not worth the extra work. (Yes, I know that you can ALTLIB, but, that is not alw

Re: z/OSMF and Health Checker butting heads

2022-09-19 Thread Tom Longfellow
RESOLVED (for now) I did some brute force changes via the z/OSMF dialog to test combinations of routecde ALL or NONE and mscope LOCAL or ALL. Routecde ALL and Mscope LOCAL has resolved the health checker issues. Note to others: Do NOT use the checkbox in the dialog for 'Use Recommended Val

Re: PSP for Crypto Express 8s

2022-09-19 Thread Eric D Rossman
I'm asking around but perhaps this is what you want: https://esupport.ibm.com/customercare/psearch/search?domain=psp and you search for 3931DEVICE. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lennie Dymoke-Bradshaw Sent: Saturday, September 17, 2022 3:04 PM To:

Re: dfsort - microseconds (STCK/TOD)

2022-09-19 Thread Sri h Kolusu
>> Sorry, I thought it to be clear. This are IMS transactions timestamps, >> occurring every x seconds or so: Stefan, STCKE is only guaranteed to have UNIQUE within SYSPLEX. So, if the transactions are across multiple sysplexs then you are not guaranteed to have unique values. How about comp

Re: dfsort - microseconds (STCK/TOD)

2022-09-19 Thread Sri h Kolusu
>> Ooooh! ISO 8601! Is that well supported by DFSORT? I don't see it >> mentioned in the Guide. Paul, DFSORT is NOT generating the time stamp in ISO8601 format. It is how OP is formatting the STCKE value with hard coded "T" for time and the UTC offset. Thanks, Kolusu DFSORT Development IBM

Re: PSP for Crypto Express 8s

2022-09-19 Thread Lennie Dymoke-Bradshaw
Eric, Many thanks for taking the trouble to post this. I was hoping there was a PSP for the Crypto Express 8 itself (or possibly for 4769Device), but I cannot find that. I have an ADCD system running on a zPDT machine. As such I am not allowed access to the IBM support centre, so I have to researc

Re: dfsort - microseconds (STCK/TOD)

2022-09-19 Thread Paul Gilmartin
On Mon, 19 Sep 2022 19:23:36 +, Sri h Kolusu wrote: > >STCKE is only guaranteed to have UNIQUE within SYSPLEX. So, if the >transactions are across multiple sysplexs then you are not guaranteed to have >unique values. > For uniqueness µsec granularity is insufficient; TOD can return 4100 dif

IQ test score algorithm

2022-09-19 Thread Alper Nese
We developed a DNA based IQ test score estimation algorithm. You can try it at. https://www.cognidna.com/intelligence-iq/ You can also find it by Googling "cognidna iq" We are real-curious techies. Not a malicious email. We decided to share with selected top schools. Could you please try it and

Re: Assembler courses

2022-09-19 Thread Brian Westerman
Can you do that and use multiple base regs? Brian On Mon, 19 Sep 2022 07:32:07 -0500, Paul Gilmartin wrote: >On Sun, 18 Sep 2022 22:03:34 -0700, Ed Jaffe wrote: >> >>I prefer to use: >> >>LARL  R12,Constants >>USING (Constants,Constants_End),R12 >> >>thereby dispensing with permanent base regis

Re: Assembler courses

2022-09-19 Thread Mike Schwab
Yes. A 4K difference between registers would be USING label,R12,R11,R10 etc. On Tue, Sep 20, 2022 at 12:22 AM Brian Westerman wrote: > > Can you do that and use multiple base regs? > > Brian > > On Mon, 19 Sep 2022 07:32:07 -0500, Paul Gilmartin > wrote: > > >On Sun, 18 Sep 2022 22:03:34 -0700

Re: Strange FTP behavior

2022-09-19 Thread Jake Anderson
Finally it was a problem from the windows share where the Linux path was mounted There were some permission issues from windows and it took lot of time for the windows technicians to acknowledge On Sun, Sep 18, 2022, 1:17 PM Jake Anderson wrote: > Hi > > Something I didn't include in my origin