Re: RACROUTE REQUEST=EXTRACT,TYPE=ENCRYPT,ENCRYPT=(,DES)

2022-12-13 Thread Tony Harminc
On Tue, 13 Dec 2022 at 12:13, Binyamin Dissen wrote: > The doc indicates that this request will return data that can be used for > authentication. > > Not clear to me how used (PASSWORD in REQUEST=VERIFY) . > As Lennie says, you can EXTRACT the encrypted password, and then use RACROUTE

Re: z/OS CP037 and OMVS CP1047

2022-12-13 Thread David Crayford
I wouldn't stray outside of IBM-1047 for OMVS other than ISO8859-1. Are you sure your issue is not server side with Jetty? I would try setting the -Dfile.encoding=ISO8859-1 java option. I would also strongly suggest using the JZOS batch launcher and not BPXBATCH for running Java programs

z/OS CP037 and OMVS CP1047

2022-12-13 Thread Paul Peplinski
In all my years I never realized that OMVS uses CP1047. What I am trying to configure is giving me fits. I have a CICS program that is trying to do a WEB CONVERSE with an embedded jetty server jar running under BPXBATCH. I might find that running the server this way will not work, but I am

Re: RACROUTE REQUEST=EXTRACT,TYPE=ENCRYPT,ENCRYPT=(,DES)

2022-12-13 Thread Lennie Dymoke-Bradshaw
True, but then the password would expire and the userid would be unusable. I should have mentioned this point in the design. But 30 years was quite a while back. Lennie -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: 13 December 2022 21:26

Re: DD PATHOPTS OTRUNC extending

2022-12-13 Thread Paul Gilmartin
On Fri, 9 Dec 2022 08:54:03 +, Ian Worthington wrote: >When I run JCL with >//PCAPFN DD PATHOPTS=(OCREAT,ORDWR,OTRUNC),   >// PATHMODE=..., PATH=...     // FILEDATA='BINARY' > >any existing file gets extended.  Yet >https://www.ibm.com/docs/en/zos/2.4.0?topic=definition-status-group

Re: RACROUTE REQUEST=EXTRACT,TYPE=ENCRYPT,ENCRYPT=(,DES)

2022-12-13 Thread ITschak Mugzach
You do not need a password to login if you are in supervisor mode, so trying to reverse engineering a password is a if that is the purpose) On Tuesday, December 13, 2022, Lennie Dymoke-Bradshaw < 032fff1be9b4-dmarc-requ...@listserv.ua.edu> wrote: > I wrote code using doing over 30 years ago

Re: RACROUTE REQUEST=EXTRACT,TYPE=ENCRYPT,ENCRYPT=(,DES)

2022-12-13 Thread Lennie Dymoke-Bradshaw
I wrote code using doing over 30 years ago to automatically change passwords. This was before the days of pass tickets and I needed one piece of software to sign on as an IMS user to IMS. It needed a password. So I coded an exit routine which would build a new password using some randomisation

Re: TKE and USB filesystem

2022-12-13 Thread Radoslaw Skorupka
Yes, TKE is closed appliance, however I did install microcode updates from SUL.  Yes, I did it for HMC, CPC, etc. It happened I instructed IBM CE's how to do some things. I also used to teach IBMers on official courses, HMC, etc. Nevermind. Regarding TKE and UFD (USB Flash Drive): TKE allow

Re: TNZ 3270 Emulator: Any Experiences?

2022-12-13 Thread Radoslaw Skorupka
I have to admit I said so. Now I changed my mind. TRUST NOBODY (*). DO NOT TRUST YOUR "INTERNAL" NETWORK. Zero Trust is the best approach nowadays. Do you have VPN? Great! Have you ever heard about compromised VPN? In that case SSL/TLS is quite useful. Of course, the cost. The cost is irrelevant.

Re: TNZ 3270 Emulator: Any Experiences?

2022-12-13 Thread Radoslaw Skorupka
Rocket have both Bluezone and Passport. Result of aquisitions. -- Radoslaw Skorupka Lodz, Poland W dniu 17.11.2022 o 17:47, Ramsey Hallman pisze: Unless Passport TN3270 has been renamed, Rocket Software has (also has) BlueZone, which is an excellent 3270 emulator. It was the company-wide

Re: How to SORT Variable records with OVERLAY

2022-12-13 Thread Billy Ashton
Hi Kolusu...I have to toss in the white flag here, as I tried a few different things unsuccessfully. I have attached a groomed file of the input (it is the output of an IDCAMS Listcat for certain sales report files), and below is a second file for my second part of this. Here is what I am

Re: DD PATHOPTS OTRUNC extending

2022-12-13 Thread Paul Gilmartin
On Tue, 13 Dec 2022 13:07:39 -0600, Kirk Wolf wrote: >It's not surprising that the C library is able to override the DD (JFCB) at >open time. >https://www.ibm.com/docs/en/zos/2.1.0?topic=processing-filling-in-dcb > >I don't think that IBM documents this very well for DD: that reference

Re: DD PATHOPTS OTRUNC extending

2022-12-13 Thread Kirk Wolf
It's not surprising that the C library is able to override the DD (JFCB) at open time. https://www.ibm.com/docs/en/zos/2.1.0?topic=processing-filling-in-dcb I don't think that IBM documents this very well for DD: that reference PATH specifications. Kirk Wolf Dovetailed Technologies, LLC

Re: DD PATHOPTS OTRUNC extending

2022-12-13 Thread Paul Gilmartin
On Tue, 13 Dec 2022 08:31:55 +, Ian Worthington wrote: >Your suspicions were quite correct.  After some futzing around the opening >logic finally does: > > if ((pcapfd = fopen("DD:PCAPFN", "ab+,lrecl=1")) == NULL) { > >which looks like it must takes precedence over the OTRUNC. >

RACROUTE REQUEST=EXTRACT,TYPE=ENCRYPT,ENCRYPT=(,DES)

2022-12-13 Thread Binyamin Dissen
The doc indicates that this request will return data that can be used for authentication. Not clear to me how used (PASSWORD in REQUEST=VERIFY) . Also, do not understand how a DES encrypted password can be restored. Am I missing something obvious? I would think that TOKEN would be the way to

Re: dump command not fitting in console

2022-12-13 Thread Carmen Vitullo
that a great option, I've never used that before, learn something new each day On 12/13/2022 9:17 AM, Jim Mulder wrote: Put the parms in an IEADMCxx parmlib member, and then issue DUMP PARMLIB=xx Jim Mulder -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bill

Re: dump command not fitting in console

2022-12-13 Thread Jim Mulder
Put the parms in an IEADMCxx parmlib member, and then issue DUMP PARMLIB=xx Jim Mulder -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bill Giannelli Sent: Tuesday, December 13, 2022 9:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: dump command not fitting in console

Re: dump command not fitting in console

2022-12-13 Thread Mike Shaw
Bill, You type *DUMP COMM=('dump explanatory 'text')* and ENTER, and then when prompted you reply *R nn,ASID=...,SDATA=...* and so on until done, then reply *R nn, END* to complete the request. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Dec 13, 2022 at 9:10 AM Bill

Re: dump command not fitting in console

2022-12-13 Thread Paul Gorlinsky
You can also use the "CONSOLE" command from TSO session Or the "Emergency Console" interface on the HMC (HMCS) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: dump command not fitting in console

2022-12-13 Thread Carmen Vitullo
that's a great point and option Carmen On 12/13/2022 8:17 AM, Styles, Andy (CIO GS - Core Infrastructure & IT Operations ) wrote: Classification: Public The DUMP command invokes a 'dialog' with the system, assuming you don't have END as the last parameter. The system will prompt you for

Re: dump command not fitting in console

2022-12-13 Thread Styles, Andy (CIO GS - Core Infrastructure & IT Operations )
Classification: Public The DUMP command invokes a 'dialog' with the system, assuming you don't have END as the last parameter. The system will prompt you for more parameters via WTORs until you end your reply with END.   Andy Styles z/Series Systems Programmer -Original Message- From:

Re: dump command not fitting in console

2022-12-13 Thread Paul Gorlinsky
Have you tried using your TSO session and SDSF ? Enter in SDSF just a SLASH '/' then enter the command, that should give near 160 chars -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: dump command not fitting in console

2022-12-13 Thread Doug
Did you try SDSF and use the extended command lines? Doug Fuerst d...@bkassociates.net -- Original Message -- From: "Bill Giannelli" To: IBM-MAIN@listserv.ua.edu Sent: 13-Dec-22 9:10:14 Subject: dump command not fitting in console we have a dump request from IBM but the command with

Re: dump command not fitting in console

2022-12-13 Thread Carmen Vitullo
from SDSF? / with no parameters will get you a ton of space to fit the command IIRC if you have access to a system console that would be best Carmen On 12/13/2022 8:10 AM, Bill Giannelli wrote: we have a dump request from IBM but the command with all the parameters is not fitting in the

dump command not fitting in console

2022-12-13 Thread Bill Giannelli
we have a dump request from IBM but the command with all the parameters is not fitting in the console command line. any suggestions? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Webinar: Integrating zSystems/LinuxONE with SIEMs and DAMs

2022-12-13 Thread Timothy Sipples
I'm co-presenting a webinar this Friday (December 16) on some fairly basic security topics, specifically an introduction to integrating zSystems and LinuxONE servers with Security Incident and Event Management (SIEM) and Data Access Management (DAM) solutions. This webinar will be live at an

Re: DD PATHOPTS OTRUNC extending

2022-12-13 Thread Ian Worthington
Your suspicions were quite correct.  After some futzing around the opening logic finally does: if ((pcapfd = fopen("DD:PCAPFN", "ab+,lrecl=1")) == NULL) { which looks like it must takes precedence over the OTRUNC. Many thanks for pointing me in the right direction. Best wishes / Mejores