Re: WHERE in debugger?

2024-05-17 Thread Paul Feller
This is a link to the PDF versions on the IBM Debugger manuals. I personally have not used the debugging tool but I'm sure there are commands/displays that will map out variables. I know I've seen that in the Fault Analyzer tool. Looks like there are manuals for the version 16.0, 15.0 and 14.2

Re: Inquiry Regarding Sudden Increase in DFSMSrmm CDS Utilization

2024-05-10 Thread Paul Feller
Jason, I've never used DFSMSrmm, but if you got the EDG2120W message it looks like you could possibly get back space by following the suggestion under the system programmer response. Here are some links to manuals that might help under stand what is going on in you DFSMSrmm world. z/OS DFSMS -

Re: Consultation on the Potential Risks of Deleting Specific Datasets

2024-05-08 Thread Paul Feller
Jason, I did something similar to what David suggested. I created a list of datasets from DCOLLECT that had been allocated but never opened. I then ran a REXX routine that read the list to open/close the datasets. At that point I let HSM do its thing. In the back of my mind, I'm thinking

Re: Mainframe performance tool replacement

2024-05-07 Thread Paul Feller
I'll go a little different route. If the real issue is with the dollars for the software there is an interesting approach you could look at. The place I worked at had setup some years ago several lpars that got grouped together in a softcap capacity group. Then we forced jobs to run there

Re: Big LPAR vs small LPAR and DataSharing.

2024-04-19 Thread Paul Feller
First, I'm not a performance expert. Here are my thoughts. Based on what information you have provided it would seem you are talking one CEC. The environment I last worked at we had two CECs and we did Db2 data sharing with Db2 systems spread across both CECs. From time to time, we would look

Re: ./ ADD - which utility?

2024-04-13 Thread Paul Feller
If you have access to DFSMS manuals look in the DFSMSdfp Utilities. There is a whole section on IEBUPDTE. It includes examples. Paul -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Saturday, April 13, 2024 9:40 AM To:

Re: SMP/E

2024-03-29 Thread Paul Feller
I'll ask if you did the UPGRADE in the same run as the RECEIVE process. The example from the z/OS SMP/E Commands manual shows the UPGRADE command as part of the same run. The following is from the SMP/E command manual. SET BDY(ZOSTGT). UPGRADE. BYPASS(HOLDSYS) CHECK. In this example, the

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Paul Feller
I'm going to suggest something a little different. Let me say that I'm not against what Cameron is trying to do. I've done the run the control block thing and I've done the RDJFCB thing. In the original email the statement was made. "But in emergency, support could override SYSOUT=* with

Re: CICS suspended wait time increased

2024-03-24 Thread Paul Feller
If you use the link that Colin gave you for the CICS VSAM string waits you can "back track" to all the needed documentation you would need to help you with things. https://www.ibm.com/docs/en/cics-ts/5.3?topic=waits-resource-types-fcpssusp-fcsrsusp-vsam-strings Also, if I recall correctly

Re: Ideas for less-distruptive disruptions - Netmaster:Solve and CICS

2024-03-20 Thread Paul Feller
Tom, I think whoever is responsible for this project is going to have to come up with some help around the CICS stuff. It sounds like Solve is similar to CL/Supersession. I don't think the Solve software will help you much in this situation. Technically the CICS program does not need a MAP

Re: Ideas for less-distruptive disruptions - Netmaster:Solve and CICS

2024-03-20 Thread Paul Feller
Hi Tom.. Let me start by saying I don't know anything about Solve. Now to my question. Are you talking about individual CICS transactions going away or are you talking about the whole CICS region going away? If you are talking about individual CICS transactions then you could handle things

Re: ASVT & ASID discrepancy mystery

2024-03-14 Thread Paul Feller
Alan, I'm curious how long had the lpar (system) been up when this issue happened. I've seen issues with the number of non-reusable ASIDs growing over time related to how long a lpar is up and how active things are related to cross memory connects. What I'm getting at is if you have some tasks

Re: What happens in HSM when I change a Management Class

2024-03-13 Thread Paul Feller
every backed-up dataset that still exists could > have more than one backup, and datasets that do not exist anymore would have > only one backup. > > Gadi > ____ > From: IBM Mainframe Discussion List on > behalf of Paul Feller <05aa34d46684

Re: What happens in HSM when I change a Management Class

2024-03-13 Thread Paul Feller
Gadi, I have to ask. Are trying to delete backups of individual datasets or the actual tapes created during dataset backup processing? If you are trying to manage the actual backups of individual datasets, have you looked at the different management classes used for the datasets? The following

Re: EXTERNAL EMAIL: ZOS Sending Logs to Sumologic Experience?

2024-03-04 Thread Paul Feller
Steve, to add to what Jerry and Charles have said. I don't have any experience with Sumologic, but I'm going to guess it will need data sent to it in a format it will understand. The place that I retired from was using the BMC product to send data to Splunk. The BMC product allowed us to

Re: Getting rid of a z14 zr1 - any value in the host cards?

2024-02-27 Thread Paul Feller
If you have access to IBM Redbooks, you can look for things like the IBM z15 (8561) Technical Guide or IBM z15 (8562) Technical Guide to get information about what I/O features can the carried over from one model to the next. There are similar manuals for the z16-A01 and z16-A02. But like Ed has

Re: Something keeps releasing space on a large (annual) DS

2024-02-21 Thread Paul Feller
ion List On Behalf Of Paul Feller Sent: Wednesday, February 21, 2024 4:10 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Something keeps releasing space on a large (annual) DS CAUTION: This email originated from outside of the Texas Comptroller's email system. DO NOT click links or open attachme

Re: Something keeps releasing space on a large (annual) DS

2024-02-21 Thread Paul Feller
Bob, sorry we should have answered some of your questions at the end of your email Let me start by saying your storage management team should be able to answer all your questions. That said I'll answer some of your questions based on what I know. These are general answers. The SMS

Re: Something keeps releasing space on a large (annual) DS

2024-02-21 Thread Paul Feller
Bob as Steve said you might want to talk to your storge management team. What I think is happening is your dataset is getting a management class that has Partial Release set and then HSM is doing space management and releasing any unused space. I've seen this happen before and it has happened

Re: Nanosecond resolution timestamps for HLL's?

2024-02-18 Thread Paul Feller
Peter, I'll start up saying I don't have access to a system that I can try this on. Have you looked at the FORMATTED-TIME function? This looks to be part of COBOL 6.3. My concern would be that you still might not get the uniqueness you are looking for. FORMATTED-TIME: The FORMATTED-TIME

Re: Tn3270 back door

2024-02-16 Thread Paul Feller
This is why I have setup a few 3270 sessions for each lpar in the OSA-ICC environment. That was my back door into the lpars if something went wrong with TCPIP/TN3270 and associated stuff. As for updating the cert I'm sorry I can't help with that. That type of activity is handled by only a

Re: How can I keep JES2 from being SYSPLEXed?

2024-01-21 Thread Paul Feller
Okay this wakes up some retired brain cells. Because tasks communicate across XCF (even when you don't know about it) they have to have a unique identifier for things to work properly. Some tasks will create a unique identifier by default and some will not. I forgot about that little item.

Re: Masking SMF data internally

2024-01-21 Thread Paul Feller
Jake, I agree you need to identify what record types are needed for the sizing operation. After you know which record types (and subtypes) you may not need to do anything. As an example, I can't think of any sensitive data that might be in the SMF type 7x records. Paul -Original

Re: How can I keep JES2 from being SYSPLEXed?

2024-01-19 Thread Paul Feller
I'm not sure I have an answer for you at this time. But I do have a few questions. Are the JES2 checkpoint datasets for the two systems the same name? Are the VOLSERs the same name? I don't have access to any z/OS anymore but when I did, we had three different JES2 MAS in one sysplex and

Re: Questions about COBOL debugging lines in subroutines

2024-01-01 Thread Paul Feller
subprogram, then you only compile and link it with the debug logic generated/activated. HTH Steve Thompson On 12/31/2023 7:22 PM, Paul Feller wrote: > Peter, I'll start by saying I've never used this option. It does > sound > interesting. From what I have read would you not als

Re: Questions about COBOL debugging lines in subroutines

2023-12-31 Thread Paul Feller
Peter, I'll start by saying I've never used this option. It does sound interesting. From what I have read would you not also need the "WITH DEBUGGING MODE" setup in the called program. Paul -Original Message- From: IBM Mainframe Discussion List On Behalf Of Farley, Peter Sent:

Re: What is the PDS command?

2023-12-15 Thread Paul Feller
Greetings Bob, I was looking through my old JCL library and ran across several examples of scans using ISRSUPC. Depending on what you want to do you could try ISRSUPC. If you have access to JOBSCAN you could try it. If you client has DAF, you can use that to scan SMF records to see if any

Re: SQA overflow condition

2023-12-13 Thread Paul Feller
are in the 78-2. > > > > > > > > I also agree with Paul’s point that a longitudinal view can > > > > prove helpful. Even Time Of Day could be helpful. Even comparing > > > > one system to another, likewise. > > > > > > > >

Re: SQA overflow condition

2023-12-11 Thread Paul Feller
Peter, several people have given you some good suggestions. There are a few things you need to think about. 1) As others have said, EQSA overflow is not a bad thing as long as your ECSA is okay. At the place I last worked at we routinely saw ESQA overflow on some of our larger lpars that had

Re: SQA overflow condition

2023-11-26 Thread Paul Feller
Peter, I've also have taken the attitude that SQA or ESQA overflow is not necessarily a bad thing as long as you are not running short of CSA or ECSA. As Martin mentioned you don't want to run out of CSA/ECSA. There are a few things that I've done over the years. There is a set of IRA