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
-
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
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
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,
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
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
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
You mean this?
/STEP1EXEC PGM=IXCL1DSU
/SYSPRINT DD SYSOUT=*
/SYSINDD *
DEFINEDS SYSPLEX(HAWPLEX1)
DSN(SYS1.HAWPLEX1.COUPLE01.LOGR)
VOLSER(HAWS06)
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
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
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
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
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).
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
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר
__
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
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
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
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
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
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
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
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
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
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
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
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(*)
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
27 matches
Mail list logo