Use of ZIIPS

2025-01-28 Thread Colin Paice
I am running Zowe on my zPDT system. The ZIIPS are running flat out ( with waits for ZIIPS) but the GCPs are pretty idle. Ive IIPHONORPRIORITY=YES which says use GCP if shortage of ZIIP. Is there anything else I should be looking at? Colin -

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
No we have not added or deleted any printers since third quarter last year. LRS suggested we remove old printers definitions, for printers that no longer exist. After removing the dead definitions, VPS came up as a STC. "Confidentially doc, I am the wabbit." Bugs Bunny Sent with Proton M

FW: Mainframe physical tape backup

2025-01-28 Thread carl swanson
One other interesting thing about the DLm tape attach option. You can actually attach a LTO tape drive to the dives and assign it a UCB and directly write to the drive. Doing this makes it just like a Tape drives attached to the system. This tape format is as expected from a Mainframe at

Re: LOGR Define

2025-01-28 Thread Mark Jacobs
You need to run your system as a monoplex, not in XCFLOCAL mode PLEXCFG=XCFLOCAL Specifies that the system is to be a single, stand-alone MVS system that is not a member of a sysplex and cannot use couple data sets. The COUPLExx parmlib member cannot specify a sysplex couple data set, and,

Re: LOGR Define

2025-01-28 Thread David Spiegel
Hi, I run  z/OS Guests (under z/VM) on a zPDT with DASD with DASD-Only Logstreams. If you're OK with this  environment, please contact me offline at dspiegel...@hotmail.com. Regards, David On 2025-01-28 13:11, Steely.Mark wrote: It has been quite some time since I last worked with a similar

Re: LOGR Define

2025-01-28 Thread Matthew Stitt
Try This: //STEP01 EXEC PGM=IXCMIAPU //* STEPLIB DD DSN=OSV2R6.SYS1.MIGLIB,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSINDD * DATA TYPE(LOGR) REPORT(YES) DEFINE LOGSTREAM

Re: LOGR Define

2025-01-28 Thread Steely.Mark
That does not work - I need some type of COUPLExx datasets defined. This command only: DATA TYPE(LOGR) REPORT(YES) - give the same error message as stated below. Thank You -Original Message- From: IBM Mainframe Discussion List On Behalf Of Matthew Stitt Sent: Tuesday, January 28, 2

Re: LOGR Define

2025-01-28 Thread Matthew Stitt
You mean this? /STEP1EXEC PGM=IXCL1DSU /SYSPRINT DD SYSOUT=* /SYSINDD * DEFINEDS SYSPLEX(HAWPLEX1) DSN(SYS1.HAWPLEX1.COUPLE01.LOGR) VOLSER(HAWS06)

Code to Process SMF Type 64 Records?

2025-01-28 Thread Steve Estle
Hello ZOS SME's, I'm looking for anyone who is willing to share or point me to any code (REXX or Python preferred) that can read and report on contents of SMF Type 64 (VSAM Activity) running ZOS 2.5. We do not have access to MXG, but if you have native SAS code that can process that can work a

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
Since I am the z/OS system programmer, I can say with 99% confidence, nothing has changed. But I have learned the hard way, never say never. I did not make any parmlib or JES2 parm changes. As for the IPL, it was the scheduled monthly IPL (not my decision, that is way it has been for many, ma

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
I forgot to add, the VPS PROC has REGION=0M. The JES2 STC JOBCLASS has REGION=4M. When I ran VPS as a batch job, I had REGION=0M coded on my job statement. Does anyone know if the JES2 STC JOBCLASS REGION would override what is coded on the EXEC statement of a STC? I will dig around and see if

Re: VPS STC run as a batch job

2025-01-28 Thread Ituriel do Neto
The JCL statement REGION overrides the one defined at JOBCLASS. Do you have an IEFUSI exit? There may be differences related to REGION definition because of LSQA settings for JOB and STC. Best Regards Ituriel do Nascimento Neto z/OS System Programmer Em terça-feira, 28 de janeiro de 2025

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
We have the default IEFUSI, compile date of 05/13/1990, and IBM's Application Performance Analyzer IEFUSI. I looked at SYS1.SAMPLIB(IEEUSI) and I do not think that code does anything different for a batch job vs. a STC. The SMFPRMxx parmlib member (and no it has not changed) has MEMLIMIT(8G).

Re: VPS STC run as a batch job

2025-01-28 Thread Seymour J Metz
Is the anything in the code sensitive to the extra jobstep TCB in a batch job? One or more parmlib datasets might be off the residence volumes. --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר __

Re: VPS STC run as a batch job

2025-01-28 Thread David Spiegel
Hi Brian, You said: "...Nobody IPLs just for the fun of it ...". Not necessarily. I've worked at customers who schedule periodic IPLs so that stuff like this doesn't happen (without the capability to restore). Regards, David On 2025-01-28 01:55, Brian Westerman wrote: Someone could have chan

Re: VPS STC run as a batch job

2025-01-28 Thread Mark Jacobs
Have you implemented SMFLIMxx? The policies defined there can optionally override IEFUSI. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com On Tuesday, January 28th, 2025 at 7:58 AM, rp

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
I am not sure how this might affect things. But in the SMFPRMxx member we SYS(EXITS(IEFU83,IEFU84,IEFU85,IEFU86,IEFACTRT,IEFUJV,IEFUSI,IEFUJI,IEFUTL)) . . . SUBSYS(STC,EXITS(IEFU83,IEFU84,IEFU85,IEFU86)) I think that indicates that STCs will not pass through IEFUSI. "Confidentially doc, I am t

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
D SMFLIM says "NO SMF LIMITS IN EFFECT". "Confidentially doc, I am the wabbit." Bugs Bunny Sent with Proton Mail secure email. On Tuesday, January 28th, 2025 at 8:07 AM, Mark Jacobs <0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote: > Have you implemented SMFLIMxx? The policies defined

Java Usage

2025-01-28 Thread Colin Paice
I'm running Zowe on my zPDT system. The two ZIIP engines are running flat out, but the GCPs are ticking over. I thought work would use GCP if the ZIIPS were busy. I have explicity set IIPHONORPRIORITY=YES ( *Specifies that general purpose processors run both zIIP processor eligible and non-zIIP

Re: LOGR Define

2025-01-28 Thread Mark Jacobs
Yes. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com On Tuesday, January 28th, 2025 at 2:34 PM, Matthew Stitt wrote: > You mean this? > > /STEP1 EXEC PGM=IXCL1DSU > /SYSPRINT DD S

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
I looked at the storage statistics created in the JESJCL logs. I can see that the batch job run of VPS allocated and used more region than the STC run of VPS. BATCH JOB VPSDCS VIRT: 10900K SYS: 540K EXT:76720K SYS:27268K

Re: VPS STC run as a batch job

2025-01-28 Thread Dave Gibney
1. There is a healthcheck that watches for memory boundary (sqa/esqa/csa/ecsa) over ipls. 2. Djd you add additional printers? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of rpinion865 > Sent: Tuesday, January 28, 2025 6:55 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Su

Re: VPS STC run as a batch job

2025-01-28 Thread David Spiegel
Hi Rich, Do you have any JES Exits which modify submitted JCL and/or Internal Text? Regards, David On 2025-01-28 07:58, rpinion865 wrote: We have the default IEFUSI, compile date of 05/13/1990, and IBM's Application Performance Analyzer IEFUSI. I looked at SYS1.SAMPLIB(IEEUSI) and I do not thi

LOGR Define

2025-01-28 Thread Steely.Mark
It has been quite some time since I last worked with a similar setup, and I am reaching out for guidance. I have an LPAR defined in the COUPLExx parmlib member as COUPLE SYSPLEX(LOCAL), and I am attempting to bring up a CICS region that requires log streams to be defined. However, I am encounte

Re: VPS STC run as a batch job

2025-01-28 Thread rpinion865
I did a $DEXIT(*), and all of our exits have ROUTINES=(),STATUS=DESABLED. So no JES2 modifications. "Confidentially doc, I am the wabbit." Bugs Bunny Sent with Proton Mail secure email. On Tuesday, January 28th, 2025 at 8:35 AM, David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.e

Re: VPS STC run as a batch job

2025-01-28 Thread Ituriel do Neto
Did you compare the memory usage in the JESJCLMSG sysout of both STC and JOB? Best Regards Ituriel do Nascimento Neto z/OS System Programmer Em terça-feira, 28 de janeiro de 2025 às 10:46:18 BRT, rpinion865 <042a019916dd-dmarc-requ...@listserv.ua.edu> escreveu: I did a $DEXIT(*)

Re: Two related C macro questions

2025-01-28 Thread Retired Mainframer
Can you use a #pragma to change the errors produced by #error into warnings? Does it make a difference if you remove the = from the DEF statement -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: Saturday, January 25, 2025 11:19 AM To: IBM-MAIN@LIST