On 16/02/2022 12:00 am, Lennie Dymoke-Bradshaw wrote:
This will prove to be a real boon in my current task. I am working to reduce
the use of UID(0) and document the reasons for all the remaining uses. This
display gives all I need on a single line. Brilliant!
SMF data is also a useful source
.
Rob Scott
Rocket Software
From: IBM Mainframe Discussion List On Behalf Of
Lennie Dymoke-Bradshaw
Sent: 15 February 2022 13:01
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: UIDs on the SDSF PS command
EXTERNAL EMAIL
Rob, Colin,
Many thanks for the input. It was the FLDENT value in ISFPRM00.
Discussion List On Behalf Of Rob
Scott
Sent: 15 February 2022 11:22
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: UIDs on the SDSF PS command
To avoid issues like this, we (SDSF) recommend that you run without FLD/FLDENTs
in ISFPRMxx.
This will prevent cases where new columns do not show in existing
the titles for numerical columns.
Rob Scott
Rocket Software
From: IBM Mainframe Discussion List On Behalf Of
Colin Paice
Sent: 15 February 2022 10:57
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: UIDs on the SDSF PS command
EXTERNAL EMAIL
The ADCD.Z24C.PARMLIB(ISFPRM00) is backlevel.
I copied it
Lennie
SDSF uses the BPXEKDA callable service to gather this information and we just
copy the RUID and EUID numbers into the display - that is to say we don't do
anything "smart" to get this data. It could be that there is an environmental
reason preventing these numbers from being returned.
A
The ADCD.Z24C.PARMLIB(ISFPRM00) is backlevel.
I copied it to user.z24c.parmlib(ISFPRM*CP*)
edited it
FLD NAME(PSFLDS) TYPE(PS)
FLDENT COLUMN(JOBID),TITLE('JobID'),WIDTH(D)
FLDENT COLUMN(STATUS),TITLE('Status'),WIDTH(D)
FLDENT COLUMN(OWNERID),TITLE('Owner'),WIDTH(D)
* FLDENT COLUMN(RUID),T