Re: Importing x.509 Certs in to RACF

2023-05-04 Thread Peter Vels
You have: RACDCERT ADD(IBMUSER.CERT.DIGICERT) CERTAUTHTRUST WITHLABEL('DigiCertCA’) Try adding apostrophes to the data set name: RACDCERT ADD('IBMUSER.CERT.DIGICERT') CERTAUTHTRUST WITHLABEL('DigiCertCA’) On Fri, 5 May 2023 at 13:07, Matt Hogstrom wrote: > I had VB 240 but I’ll

Re: Importing x.509 Certs in to RACF

2023-05-04 Thread Matt Hogstrom
I’m at 240 VB but I’ll try pulling it in … I was hoping to find a roadmap that would help out. Seems like there are a number of variables in terms of how certs are delivered, how they get uploaded, what encodings are used, etc. At the end of the day I’d like to get this documented to save

Re: Importing x.509 Certs in to RACF

2023-05-04 Thread Matt Hogstrom
I had VB 240 but I’ll rein it in an see what we get. Oddly, I was hoping to find a roadmap that would help out. Seems like there are a number of variables in terms of how certs are delivered, how they get uploaded, what encodings are used, etc. At the end of the day I’d like to get this

Re: Importing x.509 Certs in to RACF

2023-05-04 Thread Peter Vels
It could be that your data set attributes aren't quite right. Try something like LRECL=84, RECFM=VB. On Fri, 5 May 2023 at 11:49, Matt Hogstrom wrote: > I’m attempting to import an x.509 cert for TLS. The certificate is valid > and originates on a distributed system. I have the cert and the

Importing x.509 Certs in to RACF

2023-05-04 Thread Matt Hogstrom
I’m attempting to import an x.509 cert for TLS. The certificate is valid and originates on a distributed system. I have the cert and the private key. I’m trying to import the cert into RACF. I’ve tried creating a pfx file (pkcs12) as well as importing the text based certs individually.

Re: Calculating SIIS% as MSUs or MIPS

2023-05-04 Thread Sri h Kolusu
>>Every IBM document discribes this as % . I am trying to get the SIIS% value >>in terms of MIPS or MSUs Shivang, Did you look at SMF30COUNT ? If it is set, you can get address space MSU consumptions. Alternatively, you can covert the CPU seconds(SMF30) to MSUs and MIPS

Re: Is FESTAE still used?

2023-05-04 Thread Gord Tomlin
It fails when I do the FESTAE. Code is FESTAE EXITADR=(R9),RBADDR=(R5),TCBADDR=(R4),PARAM=(R13), + RECORD=YES,SDWALOC31=YES Original R4 & R5 from SVC entry. So if I understand you correctly, you are failing here in the FESTAE macro code: + L

Re: Is FESTAE still used?

2023-05-04 Thread Binyamin Dissen
It fails when I do the FESTAE. Code is FESTAE EXITADR=(R9),RBADDR=(R5),TCBADDR=(R4),PARAM=(R13), + RECORD=YES,SDWALOC31=YES Original R4 & R5 from SVC entry. On Thu, 4 May 2023 12:57:34 -0400 Gord Tomlin wrote: :>On 2023-05-04

Re: Calculating SIIS% as MSUs or MIPS

2023-05-04 Thread shivang sharma
Hi , Every IBM document discribes this as % . I am trying to get the SIIS% value in terms of MIPS or MSUs On Fri, 5 May 2023 at 1:49 AM, Sri h Kolusu wrote: > Shivang, > > Check these links. > > >

Re: IBM-MAIN

2023-05-04 Thread Bob Bridges
I understood, Bill. I even realized that both of you may not have meant "I've said my say and you should stop talking about it now". It seems more likely that Bill Ogden meant "I'm not going to say anything more on the subject" and you were making a joke. But it was too much fun to ignore.

Re: Calculating SIIS% as MSUs or MIPS

2023-05-04 Thread Sri h Kolusu
Shivang, Check these links. https://www.ibm.com/support/pages/identifying-%E2%80%9Cstore-instruction-stream%E2%80%9D-siis-inefficiency-using-cpu-mf-counters https://www.ibm.com/support/pages/system/files/inline-files/CPUMF_Implementation_Details.pdf Thanks, Kolusu

Calculating SIIS% as MSUs or MIPS

2023-05-04 Thread shivang sharma
Hi All , SMF113 provides metrics to calculate siis% . At one customer shop we have been asked to provide estimated SIIS MSUs or MIPS . Can somebody point me an easy way to derive this. -- For IBM-MAIN subscribe / signoff /

Re: Z/OS port of Regina REXX

2023-05-04 Thread René Jansen
> > I don’t do SourceForge and the svn nonsense. Git is the dominant SCM and has > been ported and is supported on z/OS. > I agree 100% here. René. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: IBM-MAIN

2023-05-04 Thread Bill Johnson
2 different Bills Sent from Yahoo Mail for iPhone On Thursday, May 4, 2023, 2:30 PM, Bob Bridges wrote: I especially liked the bit at the end (which I have every confidence is not the end): Bill: END no more on this topic! Bill> That's it, no more, I get the last word. --- Bob

Re: Z/OS port of Regina REXX

2023-05-04 Thread David Crayford
> On 5 May 2023, at 1:48 am, Paul Gilmartin > <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > > On Thu, 4 May 2023 08:39:41 +0800, David Crayford wrote: >> >> Note that there is a “zos” branch in the Github repository that you will >> have the checkout. >> > Not in SourceForge,

Re: IBM-MAIN

2023-05-04 Thread Bob Bridges
I especially liked the bit at the end (which I have every confidence is not the end): Bill: END no more on this topic! Bill> That's it, no more, I get the last word. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* June: Israeli and Palestinian leaders reach an agreement under

Re: Z/OS port of Regina REXX

2023-05-04 Thread Paul Gilmartin
On Thu, 4 May 2023 08:39:41 +0800, David Crayford wrote: > >Note that there is a “zos” branch in the Github repository that you will have >the checkout. > Not in SourceForge, which is mostly mentioned on ? What path to Github? How is that related to:

Re: Is FESTAE still used?

2023-05-04 Thread Gord Tomlin
On 2023-05-04 04:20 AM, Binyamin Dissen wrote: As part of my Type 4 SVC I thought - why not use FESTAE for recovery? But I am finding that it always fails because the SVRB(prefix)+D4 (entry R5) has data. Am I missing something obvious? FESTAE works. Where is your failure: when the FESTAE

Re: IBM RCF Documentation email address?

2023-05-04 Thread Seymour J Metz
Yes, and the "z/VM related PDFs" tab on the z/VM equivalent has a link to the current PoOps. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: Can I use JOINKEYS?

2023-05-04 Thread Sri h Kolusu
>> Now let me ask, is there a way to incorporate the Sort extract that creates >> either or both files into the same step? Don, Yes, it could be done using JNF1/JNF2CNTL statements, however we may need to adjust the IFTHEN statements to use HIT=NEXT. JNF1 and JNF2 can only process INREC

Re: IBM-MAIN

2023-05-04 Thread Seymour J Metz
So why are you continuing this nonsense? Isn't it hypocritical to thank Darren and then ignore what he wrote? From: IBM Mainframe Discussion List on behalf of billogden Sent: Thursday, May 4, 2023 9:54 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Re: IBM-MAIN

2023-05-04 Thread Bill Johnson
Why are US oil companies subsidized? Why is agriculture subsidized? Why are banks bailed out almost every time? Why does government fund much of the pharmaceutical research? Why is socialized medicine rated higher? (France #1 US #37) Why are the top rated countries for quality of life always

Re: IBM-MAIN

2023-05-04 Thread billogden
Thank you for trying to stop the runaway politics. I do spend time looking at a fair amount of history. I have some memories of comments from the 1500s, the 1700s, the 1800s, and the early 1900s all saying (using various terms) that "changes" (aka "progress") should be stopped because "things are

Re: Password reset delegation

2023-05-04 Thread Chicklon, Thomas
I'm not aware of a way for a general user to be able to reset the PW of privileged users. Maybe someone else does. But to reset other non-privileged users, take a look at FACILITY(IRR.PASSWORD.RESET)

Re: Unix System Services - strace

2023-05-04 Thread David Geib
The sysomvs ctrace data is written to OMVS dataspaces (z/OS 2.4 and below) or to 64-bit storage (above the bar) at z/OS 2.5 OR to dataset(s) defined for an external writer. If not using an external writer, you must capture an SVC dump of OMVS+dataspaces. In either case - SVC dump or dataset

Re: CICS startup failure

2023-05-04 Thread esst...@juno.com
LE CICS definitions for LE z/OS 2.5 should be dynamically installed by the CICS SYSTEM Installer At least thats what has been in used in my installation.-- Original Message -- From: rpinion865 <042a019916dd-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Can I use JOINKEYS?

2023-05-04 Thread Don Johnson
Kolusu, this is great - I did not think this could be done, and it works so well. The changed format is fine, as that is easy to understand. Thanks so much for teaching me along the way! Now let me ask, is there a way to incorporate the Sort extract that creates either or both of the files

Is FESTAE still used?

2023-05-04 Thread Binyamin Dissen
As part of my Type 4 SVC I thought - why not use FESTAE for recovery? But I am finding that it always fails because the SVRB(prefix)+D4 (entry R5) has data. Am I missing something obvious? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel