Re: UIDs on the SDSF PS command

2022-02-16 Thread Andrew Rowley
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

Re: UIDs on the SDSF PS command

2022-02-15 Thread Rob Scott
. 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.

Re: UIDs on the SDSF PS command

2022-02-15 Thread Lennie Dymoke-Bradshaw
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

Re: UIDs on the SDSF PS command

2022-02-15 Thread Rob Scott
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

Re: UIDs on the SDSF PS command

2022-02-15 Thread Rob Scott
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

Re: UIDs on the SDSF PS command

2022-02-15 Thread Colin Paice
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