zEDC compression on z14 and z15 by using ADRDSSU

2022-03-18 Thread Compagno Renato (Consulente per BCC Sistemi Informatici)
Hi, In our shop we are doing a DR procedure by using DFDSS with ZCOMP: /DUMP001 EXEC PGM=ADRDSSU,REGION=0M,COND=(0,NE) //SYSPRINT DD SYSOUT=* //DISCO DD DISP=SHR,UNIT=3390,VOL=SER=xx //N1 DD DSN=FLD0541.DUMPTEST.xx.ZCOMP, //DISP=(,CATLG),LABEL=(001,SL), //S

Re: DS8K Global Mirroring - dual targets

2022-03-18 Thread Nigel Morton
The highest code level for DS8880 is R8.5 according to the latest IBM support page on DS8000 family code. So, no R9. I don't believe that you can have Global Mirror with two targets (although I'm ready to be corrected) but I think you can cascade sessions. There's a data migration example in secti

Re: DS8K Global Mirroring - dual targets

2022-03-18 Thread Tom Longfellow
Thanks for the direction to a proposed solution. For us here, it presents us with some challenges. We have DS8884s running R8 code. and we are just now going to z/OS 2.4 --- so the redbook may be presenting features we cannot use from R9 and z/OS 2.5 We cannot go to z/OS 2.5 until after our da

Re: Python log parsing library available

2022-03-18 Thread David Crayford
The doc only includes an import statement so are not useful which is why I wanted to look at the code. > On 18 Mar 2022, at 22:21, Kevin Mckenzie wrote: > > It isn’t, but in Python, you should just be able to issue “pip install > zoslogs” to install the library. Documentation is also availa

Re: Python log parsing library available

2022-03-18 Thread Kevin Mckenzie
It isn’t, but in Python, you should just be able to issue “pip install zoslogs” to install the library. Documentation is also available on PyPi and ReadtheDocs, as with other python libraries. Also, github was having some issues yesterday; if you try again, it may work today. _

Re: SMF record - Looping and Memory shortage

2022-03-18 Thread Schroeder, Wayne
I think he means go into SDSF and change the SRVCLASS on the fly. We used to do it to jobs or STC’s that would “go crazy”. Wayne Schroeder Mainframe Systems Programmer -DASD/Tape Storage Texas Farm Bureau Mutual Insurance Company , Waco TX “There is no new JCL: Every bit of JCL is descended from

Re: How to simplify IODF activation

2022-03-18 Thread Lionel B. Dyck
That is slick. Sometimes the best things are hiding in plain site. Lionel B Dyck < Sent from my iPad Pro 10.5 Website: www.lbdsoftware.com "Worry more about your character than your reputation. Character is what you are, reputation merely what others think you are." - John Wooden > On Mar 18,

How to simplify IODF activation

2022-03-18 Thread Tom Conley
FYI, Check out my "We're Bad, We're Sysplex Wide" Bit Bucket presentation from SHARE in Anaheim 2014.  You can drive all your activations from a single dialog in each sysplex. https://share.confex.com/share/122/webprogram/Handout/Session14648/Bit_Bucket_x2E.pdf -- Regards, Tom Conley --

Re: How to simplify IODF activation

2022-03-18 Thread Timothy Sipples
I don’t think I’d use FTP for this mission. It can be quite brittle and difficult to keep secure. How about the z/OS Management Facility? Chapters 30 and 31 of the IBM z/OS Management Facility Configuration Guide (IBM Publication No. SC27-8419) explain how you can configure and secure a multi-S