System Proclibs, Member management

2022-04-12 Thread Kenneth J. Kripke
If you have eventAction installed you can track member access. In the past, I have used the product to determine which members were being used. k.kri...@comcast.net -- For IBM-MAIN

Re: [EXTERNAL] Re: Question About ADRDSSU

2022-04-12 Thread Pommier, Rex
Hi Paul, Like another poster responded, changing the INCLUDE to INCLUDE(MONSOON.V70.**), it will move all datasets beginning with MONSOON.V70. It won't move anything with MONSOON.V70A (or V70anything) since you're defining the exact second level qualifier you want. To your second question,

Re: System Proclibs, Member management

2022-04-12 Thread Gord Tomlin
On 2022-04-12 11:21 AM, Mark Jacobs wrote: Say we have a proclib dataset with 1000 members in it. Does anyone have a method to identify members that are being used so we can archive and delete the ones that aren't? eventACTION has a Reference Tracker component that is intended specifically

Re: Question About ADRDSSU

2022-04-12 Thread willie bunter
No, only the dataset specified in the INCLUDE statement will be moved.  If you want ALL dsns moved from the volume (no recommended) instead of the dsn used parm INLUDE (**).  Why are you bypassing SMS? On Monday, April 11, 2022, 07:13:45 p.m. EDT, esst...@juno.com wrote: . Hello . I

Autoconversion nightmare

2022-04-12 Thread Paul Gilmartin
(Cross-posted) Appendix L of the Commands Ref. Contains 1845 words describing the complexities of autoconversion and controlling it. This is Too Much and Never Enough. It appears that autoconversion was never a planned design; it "Jes' growed like Topsy." If an (ISV-supplied?) utility uses

Re: View ASCII Command inUSS

2022-04-12 Thread Paul Gilmartin
(Cross-posting to MVS-OE) On Apr 12, 2022, at 12:00:30, Michael Babcock wrote: > > I had to add the -B to prevent “head” from doing autoconvert on the file. > > -bash-4.3# iconv -f ISO8859-1 -t IBM-1047 trace_large.log | head -B > Good detective work. I'm mystified. Why did autoconversion

Re: System Proclibs, Member management

2022-04-12 Thread Carmen Vitullo
been a while since I've used the tool reports but if I'm not mistaken it will tell you how the member was accessed and who, by a job, tsouser or stc, but I could be wrong, I was wrong at least once Carmen On 4/12/2022 1:08 PM, Paul Gilmartin wrote: On Tue, 12 Apr 2022 12:56:59 -0500, Carmen

Re: System Proclibs, Member management

2022-04-12 Thread Paul Gilmartin
On Tue, 12 Apr 2022 12:56:59 -0500, Carmen Vitullo wrote: >IRC you can add PDS LIBRARIES to PDSMAN's library access control not >members :( > And any logging of member access is apt to be spoofed by: o ISRSUPC SRCHFOR o IEBPTPCH o OPUTX, etc. -- gil

Re: View ASCII Command inUSS

2022-04-12 Thread Michael Babcock
I had to add the -B to prevent “head” from doing autoconvert on the file. -bash-4.3# iconv -f ISO8859-1 -t IBM-1047 trace_large.log | head -B product = WAS FOR Z/OS 21.0.0.12, z/OS Connect EE Unlimited 03.00.53

Re: System Proclibs, Member management

2022-04-12 Thread Carmen Vitullo
IRC you can add PDS LIBRARIES to PDSMAN's library access control not members :( On 4/12/2022 12:54 PM, Carmen Vitullo wrote: IRC you can add PDS members to PDSMAN's library access control -- /I am not bound to win, but I am bound to be true. I am not bound to succeed, but I am bound to live

Re: System Proclibs, Member management

2022-04-12 Thread Carmen Vitullo
No clear tool that I know, maybe PDSMAN? IIRC you can add PDS members to PDSMAN's library access control? and report on members accessed? years ago at a former site we deleted obsolete members we ID'd by scanning production JCL, fortunately all JCL for prod was librarian managed in one

Re: System Proclibs, Member management

2022-04-12 Thread Paul Gilmartin
On Tue, 12 Apr 2022 15:35:03 +, Mark Jacobs wrote: >Those sub-types are for stow initialize, member delete, member add/replace, >member delete. We're look for member read. Thanks anyway. > And that's tricky. Ultimately the member is accessed by a POINT. Is any record generated for POINT?

Re: System Proclibs, Member management

2022-04-12 Thread Mark Jacobs
Those sub-types are for stow initialize, member delete, member add/replace, member delete. We're look for member read. Thanks anyway. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com Sent

Re: View ASCII Command inUSS

2022-04-12 Thread Paul Gilmartin
On Tue, 12 Apr 2022 10:13:45 -0500, Michael Babcock wrote: >-bash-4.3# ls -lTHE trace_large.log > >t UTF-8   T=on  -rw-r-  --s-    1 BPXROOT  SOFT1 20971432 >Apr  8 07:40 trace_large.log > >-bash-4.3# od -tx1 trace_large.log | head >00    2A  2A  2A  2A  2A  2A 2A  2A  2A  2A 

Re: System Proclibs, Member management

2022-04-12 Thread Sri h Kolusu
>> Maybe I wasn't clear. Say we have a proclib dataset with 1000 members in it. >> Does anyone have a method to identify members that are being used so we can >> archive and delete the ones that aren't? Mark, SMF-42 subtypes 20,21,24 and 25 ?

Re: System Proclibs, Member management

2022-04-12 Thread Mark Jacobs
Maybe I wasn't clear. Say we have a proclib dataset with 1000 members in it. Does anyone have a method to identify members that are being used so we can archive and delete the ones that aren't? Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key -

Re: View ASCII Command inUSS

2022-04-12 Thread Michael Babcock
-bash-4.3# ls -lTHE trace_large.log t UTF-8   T=on  -rw-r-  --s-    1 BPXROOT  SOFT1 20971432 Apr  8 07:40 trace_large.log -bash-4.3# od -tx1 trace_large.log | head 00    2A  2A  2A  2A  2A  2A 2A  2A  2A  2A  2A  2A  2A  2A  2A  2A * 000120    0A  70  72  6F  64  75

Re: System Proclibs, Member management

2022-04-12 Thread Paul Gilmartin
On Tue, 12 Apr 2022 14:41:21 +, Mark Jacobs wrote: >Does anyone do this in other than a manual method? Deletion of obsolete >members and like things. If so, can you share your methods? >Mark Jacobs > What does "manual" mean? Must this be done nondisruptively while the library is in use?

System Proclibs, Member management

2022-04-12 Thread Mark Jacobs
Does anyone do this in other than a manual method? Deletion of obsolete members and like things. If so, can you share your methods? Mark Jacobs Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. GPG Public Key -

Re: View ASCII Command inUSS

2022-04-12 Thread Paul Gilmartin
On Tue, 12 Apr 2022 07:32:16 -0500, Michael Babcock wrote: > >I think this might have more to do with how the product in question >(z/OS Connect Enterprise Edition) generates the file versus the size. >If I do a wordcount on the file it shows no newlines.  Then if I run an >awk command against

Re: Question About ADRDSSU

2022-04-12 Thread Steve Beaver
Give this a try ,PARM='TYPRUN=NORUN' Regards, Steve Beaver -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of esst...@juno.com Sent: Monday, April 11, 2022 6:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Question About ADRDSSU . Hello .

Re: View ASCII Command inUSS

2022-04-12 Thread Michael Babcock
Just getting back to this (sorry, been busy). I think this might have more to do with how the product in question (z/OS Connect Enterprise Edition) generates the file versus the size. If I do a wordcount on the file it shows no newlines.  Then if I run an awk command against the file, it (I

Re: Question About ADRDSSU

2022-04-12 Thread Mike Shorkend
Yes, my typo, thanks David On Tue, 12 Apr 2022 at 13:09, David Spiegel wrote: > Hi Mike, > There is no asterisk to the left of PARM. > > Regards, > David > > On 2022-04-12 02:27, Mike Shorkend wrote: > > You can code your EXEC statement like this to check which datasets > ADRDSSU > > will

Re: Question About ADRDSSU

2022-04-12 Thread David Spiegel
Hi Mike, There is no asterisk to the left of PARM. Regards, David On 2022-04-12 02:27, Mike Shorkend wrote: You can code your EXEC statement like this to check which datasets ADRDSSU will process (without actually doing it): //COPYMOVE EXEC PGM=ADRDSSU,REGION=7M,TIME=99,*PARM='TYPRUN=NORUN'*

Re: Question About ADRDSSU

2022-04-12 Thread Mike Shorkend
You can code your EXEC statement like this to check which datasets ADRDSSU will process (without actually doing it): //COPYMOVE EXEC PGM=ADRDSSU,REGION=7M,TIME=99,*PARM='TYPRUN=NORUN'* On Tue, 12 Apr 2022 at 02:59, Lennie Dymoke-Bradshaw < 032fff1be9b4-dmarc-requ...@listserv.ua.edu> wrote: