|
Bryan,
What would are you using for YOUR_TIME_FRAME?
Paul
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of bryan dietz
Sent: Wednesday, August 18, 2021 11:49 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: Re: 5733OPS
Looks Like I get what I want from that.
SELECT I.System_Name,Journal_Code AS Jrn_Code,Journal_Entry_Type AS Entry_Type
,RTRIM(SUBSTR(Object, 11, 10)) CONCAT '/' CONCAT SUBSTR(Object, 1, 10) AS Library_Object
,Object_Type,RTRIM(Program_Library) CONCAT '/' CONCAT Program_Name AS Library_Program
,I.Job_Number CONCAT '/' CONCAT RTRIM(I.Job_User) CONCAT '/'
CONCAT I.Job_Name AS Job_Name
,I.Current_User,I.Remote_Address,Entry_Timestamp, path_name
FROM TABLE (Qsys2.Display_Journal('QSYS','QAUDJRN'
,Starting_Receiver_Name => '*CURCHAIN', Journal_Entry_Types => 'ZR',
Starting_Timestamp => CURRENT TIMESTAMP - YOUR_TIME_FRAME,
Ending_Timestamp => CURRENT TIMESTAMP ) ) I
WHERE (path_name like '/QOpenSys/QIBM/ProdData/OPS%')
;
Bryan Dietz wrote on 8/18/2021 10:29 AM:
Same boat here. thought the LICPGM was going to the the way to go.
Installed 50+ lpars. now trying to remove.
going to see if
CHGAUD OBJ('/QOpenSys/QIBM/ProdData/OPS') OBJAUD(*ALL) SUBTREE(*ALL)
will give me the data I need.
Bryan
Rob Berendt wrote on 8/18/2021 9:47 AM:
It would be better if there was some journal entries to look for or
some such thing. Like the steps outlined in seeing if someone is
connecting using unsupported SSL options.
Rob Berendt
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.