IARV64 type=list

2022-01-16 Thread Joseph Reichman
Hi Back to posting issues on my own Zpdt system Would this type request would return data from IARST64 Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with t

Re: Installing a certificate

2022-01-16 Thread David Crayford
OpenSSL ru s natively on z/OS. You can download it from Rockets Ported Tools. It’s also trivial to port OpenSSL if you have a C compiler. > On 17 Jan 2022, at 6:43 am, Charles Mills wrote: > > OpenSSL runs native under Windows. I do it all the time. (Win 10, 64-bit, > Pro, FWIW) > > https:/

Re: Installing a certificate

2022-01-16 Thread Charles Mills
OpenSSL runs native under Windows. I do it all the time. (Win 10, 64-bit, Pro, FWIW) https://wiki.openssl.org/index.php/Binaries You can also build it yourself if you are so inclined. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On B

Re: Installing a certificate

2022-01-16 Thread Attila Fogarasi
RACF supports PKCS#7 and PKCS#12 format packages only, otherwise requires a single certificate as input. On Sun, Jan 16, 2022 at 11:36 PM Gadi Ben-Avi wrote: > Hi, > I am trying to install a certificate into RACF using RACDCERT. > I am using a pfx file that our network guy gave me. > When I run

Re: Installing a certificate

2022-01-16 Thread Joel C. Ewing
On splitting up a pfx file: https://wiki.cac.washington.edu/display/infra/Extracting+Certificate+and+Private+Key+Files+from+a+.pfx+File describes how to break out certificate & key files from a .pfx file using OpenSSL tools in a Linux environment (and the first sentence suggests there isn't a

Re: Installing a certificate

2022-01-16 Thread Charles Mills
It looks like the answer is No: https://www.ibm.com/docs/en/zos/2.2.0?topic=syntax-racdcert-add-add-certific ate#le-add__pkcs712 If you are open to an off-Z solution, I think OpenSSL on Windows or Linux may be able split up the package for you, but I am not sure of that and do not have the detail

Re: Installing a certificate

2022-01-16 Thread Charles Mills
Can you get the originator to send you three PEM files instead? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gadi Ben-Avi Sent: Sunday, January 16, 2022 4:37 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Installing a certificate

Re: How to set up a 3270 printer under OS/390?

2022-01-16 Thread Alexander Huemer
On Sun, Jan 16, 2022 at 02:32:50PM +, Seymour J Metz wrote: > A VTAM application can print directly to an LU1 or LU3 printer. Other > applications would have to use an intermediate SYSOUT, in which case > you would need a Functional SubSystem (FSS) that supports your > printer. Does the 4224

Re: JES2 mail notification

2022-01-16 Thread Jousma, David
Is there a cert you need to add to jes2 userid keychain? Dave Jousma Vice President | Director, Technology Engineering Fifth Third Bank | 1830 East Paris Ave, SE | MD RSCB2H | Grand Rapids, MI 49546 616.653.8429 From: IBM Mainframe Discussion List

Re: COBOL V6 question

2022-01-16 Thread Seymour J Metz
I recall that in the transition from V4 to V5 of OS/360 PL/I F, the code generation actually got worse. As I recall, this was due to correcting an APAR for incorrect code generation, and had to do with the pass structure of the compiler not having the necessary information available at the time

Re: ICSF key exchange scenario

2022-01-16 Thread Todd Arnold
That is a very, very common scenario, and ICSF has API functions (verbs) to support it. Have a look at the Symmetric Key Export and Symmetric Key Import verbs (and their enhanced relatives Symmetric Key Export 2 and Symmetric Key Import 2). Doing this, of course, requires you to have some kind

Re: COBOL V6 question

2022-01-16 Thread Robert Prins
On Sun, 16 Jan 2022 at 15:00, Seymour J Metz wrote: > Has IBM fixed the code generation for unaligned bit strings, e.g., in SMF > records, to generate inline code instead of library calls? > I'd have to check, but that was definitely one of the worst "features" of OS PL/I, while working at KLM i

Re: COBOL V6 question

2022-01-16 Thread Matt Hogstrom
The compile time costs should be tolerable given benefits of runtime execution. Has IBM been able to provide, or have other people seen demonstrable benefits? Matt Hogstrom PGP key 0F143BC1 > On Jan 15, 2022, at 13:35, Charles Mills wrote: > > IBM has greatly improved the runtime code optimiz

Re: COBOL V6 question

2022-01-16 Thread Seymour J Metz
Has IBM fixed the code generation for unaligned bit strings, e.g., in SMF records, to generate inline code instead of library calls? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] o

Re: How to set up a 3270 printer under OS/390?

2022-01-16 Thread Seymour J Metz
A VTAM application can print directly to an LU1 or LU3 printer. Other applications would have to use an intermediate SYSOUT, in which case you would need a Functional SubSystem (FSS) that supports your printer. Does the 4224 support IPDS? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz

JES2 mail notification

2022-01-16 Thread Mike Shorkend
Hi, I am trying to set up email notification for job termination but have run into a problem that the JES2EDS started task can't connect to z/OSMF. This is the joblog(I have had to obfuscate the URI and NODE) J E S 2 J O B L O G -- S Y S T E M S Y S D -- N O D E N O D

Installing a certificate

2022-01-16 Thread Gadi Ben-Avi
Hi, I am trying to install a certificate into RACF using RACDCERT. I am using a pfx file that our network guy gave me. When I run the RACDCERT ADD command, I get a message that says that the certificate is already there. I looked at the pfx file using the certutil command in windows and saw that

Re: How to set up a 3270 printer under OS/390?

2022-01-16 Thread Alexander Huemer
On Sun, Jan 16, 2022 at 09:12:22PM +1100, Attila Fogarasi wrote: > The 42xx printers are dot matrix that were primarily meant to be used by > non-mainframe hosts so they come in a variety of configurations to emulate > asynchronous devices. I am aware the 4224 came in a number of configurations. W

Re: How to set up a 3270 printer under OS/390?

2022-01-16 Thread Attila Fogarasi
The 42xx printers are dot matrix that were primarily meant to be used by non-mainframe hosts so they come in a variety of configurations to emulate asynchronous devices. You might have one that is not usable with OS/390 without special hardware (there is an adapter card on the 3174 for it, for exa