Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
It looks like IFASMFR 82 is not bringing in the definition for the SMF82AUD 
segment. Is there a separate macro library for ICSF?


From: IBM Mainframe Discussion List  on behalf of 
David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
Sent: Thursday, March 16, 2023 11:44 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Processing SMF Type 15 records help

I already included it:

** ASMA044E Undefined symbol - SMF82ITE
** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1



On 2023-03-16 11:00, Seymour J Metz wrote:
> What was the error message?
>
> 
> From: IBM Mainframe Discussion List  on behalf of 
> David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
> Sent: Thursday, March 16, 2023 10:25 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Processing SMF Type 15 records help
>
> Hi R'Shmuel AMV"SH,
> //*YSLIBDD DISP=SHR,DSN=I3D5403.MJCUTIL.MACLIB $COMMON
> //SYSLIBDD DISP=SHR,DSN=FILE094.PDS   $COMMON
> //  DD DISP=SHR,DSN=SYS1.MACLIB BCP
> //  DD DISP=SHR,DSN=SYS1.MODGEN BCP
> //  DD DISP=SHR,DSN=SYS1.SBDTMAC BDT
> //* DD DISP=SHR,DSN=SYS1.SEZACMAC TCPIP
> //  DD DISP=SHR,DSN=TCPIP.SEZACMAC TCPIP
> //  DD DISP=SHR,DSN=TCPIP.SEZANMAC TCPIP
> //  DD DISP=SHR,DSN=SYS1.SICEUSER DFSORT
> //* DD DISP=SHR,DSN=SYS1.NFSMAC NFS
> //* DD DISP=SHR,DSN=SYS1.SGLOSAMP AO
> //* DD DISP=SHR,DSN=SYS1.SASFPMAC BatchPipes
> //  DD DISP=SHR,DSN=SAS210.SASFPMAC BatchPipes
> //* DD DISP=SHR,DSN=SYS1.SDVGMAC0 NFTP
> //* DD DISP=SHR,DSN=SYS1.SDBNUMAC RMDS
>
> (I also tweaked some Macro variables.)
> _AO  SETC '000' AO (nnn/000)
> _NFTPSETC '000' NFTP (nnn/000)
> _RMDSSETC '000' RMDS (nnn/000)
> _DFSMS07 SETC 'NO'  DFSMS ST 07 (YES/NO)new in DFSMS 1.2
>
> Error Messages:
> ** ASMA044E Undefined symbol - SMF82ITE
> ** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1
>
> Regards,
> David
>
> On 2023-03-16 10:02, Seymour J Metz wrote:
>> What macro libraries did you use?
>>
>> 
>> From: IBM Mainframe Discussion List  on behalf of 
>> David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
>> Sent: Thursday, March 16, 2023 10:00 AM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: Re: Processing SMF Type 15 records help
>>
>> Hi Allan,
>> I tried Assembling DAF recently and the Assembly failed. (I had a
>> discussion with Sam Golob about it.)
>>
>> Regards,
>> David
>>
>> On 2023-03-16 09:49, Allan Staller wrote:
>>> Classification: Confidential
>>>
>>> I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).
>>>
>>> -Original Message-
>>> From: IBM Mainframe Discussion List  On Behalf Of 
>>> Steve Doonan
>>> Sent: Thursday, March 16, 2023 8:46 AM
>>> To: IBM-MAIN@LISTSERV.UA.EDU
>>> Subject: Processing SMF Type 15 records help
>>>
>>> [CAUTION: This Email is from outside the Organization. Unless you trust the 
>>> sender, Don’t click links or open attachments as it may be a Phishing 
>>> email, which can steal your Information and compromise your Computer.]
>>>
>>> Good Day Listserv readers,
>>>
>>>
>>>
>>> I have a need to provide report data on the updating of production source 
>>> and loadlib PDS dsns with the date/time stamps, userid/jobname, and 
>>> member/module name details. I can get all the data from ICETOOL reports 
>>> that I run against the output of IFASMFDP using USER2(IRRADU00) and
>>> USER3(IRRADU86) except the member/module name details.
>>>
>>>
>>>
>>> I am not a Systems programmer, so I do not have the ability to code an 
>>> assembler program to process the type 15 records to obtain the information.
>>> I have read through the MVS SMF manual to determine what my options are but 
>>> unfortunately I don't have the skill set to get the type 15 data. I have 
>>> run the IFASMFDP program pulling just the type 15's, but I don't have a way 
>>> to process them after that point.  The shop does not have SAS or WPS 
>>> installed so that is not an option either. I was hoping someone on the list 
>>> can provide some direction from their experience.
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Steve Doonan
>>>
>>> RACF Administrator
>>>
>>

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel

2.4

On 2023-03-16 12:03, Dave Jousma wrote:

On Thu, 16 Mar 2023 11:44:57 -0400, David Spiegel  
wrote:


I already included it:

** ASMA044E Undefined symbol - SMF82ITE
** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1




You dont say what version of z/OS you are running this on.
Those may be two separate errors.   for the ASMA044E - do you have CSF crypto 
services installed?  If not then you need to change this line

_ICSFSETC '082' ICSF (nnn/000)

to

_ICSFSETC '000' ICSF (nnn/000)

For the ASMA435I, go to that location in the assembly listing, and cut/paste 
the error from there.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel

Hi Kolusu,
It Assembled and linked.
Thank you!

Regards,
David

On 2023-03-16 12:00, Sri h Kolusu wrote:

** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in 
SYS1.MACLIB(IHBOPLTX) on volume: A4RES1

Check this link

https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fg%2Fbit.listserv.ibm-main%2Fc%2Fo2VblB3975Q%2Fm%2FHqpk0dkkBQAJ=05%7C01%7C%7C3af7c335e8cb4482c1f008db2637c09a%7C84df9e7fe9f640afb435%7C1%7C0%7C638145793216348978%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=U7UZ5yed3ZuJ44%2FWF2TCGTl9wTjZbVCZcbDXGtDXOIM%3D=0

Thanks,
Kolusu

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread Dave Jousma
On Thu, 16 Mar 2023 11:44:57 -0400, David Spiegel  
wrote:

>I already included it:
>
>** ASMA044E Undefined symbol - SMF82ITE
>** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1
>
>
>

You dont say what version of z/OS you are running this on.
Those may be two separate errors.   for the ASMA044E - do you have CSF crypto 
services installed?  If not then you need to change this line

_ICSFSETC '082' ICSF (nnn/000)  

to

_ICSFSETC '000' ICSF (nnn/000)  

For the ASMA435I, go to that location in the assembly listing, and cut/paste 
the error from there.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread Sri h Kolusu
>>** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in 
>>SYS1.MACLIB(IHBOPLTX) on volume: A4RES1

Check this link

https://groups.google.com/g/bit.listserv.ibm-main/c/o2VblB3975Q/m/Hqpk0dkkBQAJ

Thanks,
Kolusu

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel

I already included it:

** ASMA044E Undefined symbol - SMF82ITE
** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1



On 2023-03-16 11:00, Seymour J Metz wrote:

What was the error message?


From: IBM Mainframe Discussion List  on behalf of David 
Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
Sent: Thursday, March 16, 2023 10:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Processing SMF Type 15 records help

Hi R'Shmuel AMV"SH,
//*YSLIBDD DISP=SHR,DSN=I3D5403.MJCUTIL.MACLIB $COMMON
//SYSLIBDD DISP=SHR,DSN=FILE094.PDS   $COMMON
//  DD DISP=SHR,DSN=SYS1.MACLIB BCP
//  DD DISP=SHR,DSN=SYS1.MODGEN BCP
//  DD DISP=SHR,DSN=SYS1.SBDTMAC BDT
//* DD DISP=SHR,DSN=SYS1.SEZACMAC TCPIP
//  DD DISP=SHR,DSN=TCPIP.SEZACMAC TCPIP
//  DD DISP=SHR,DSN=TCPIP.SEZANMAC TCPIP
//  DD DISP=SHR,DSN=SYS1.SICEUSER DFSORT
//* DD DISP=SHR,DSN=SYS1.NFSMAC NFS
//* DD DISP=SHR,DSN=SYS1.SGLOSAMP AO
//* DD DISP=SHR,DSN=SYS1.SASFPMAC BatchPipes
//  DD DISP=SHR,DSN=SAS210.SASFPMAC BatchPipes
//* DD DISP=SHR,DSN=SYS1.SDVGMAC0 NFTP
//* DD DISP=SHR,DSN=SYS1.SDBNUMAC RMDS

(I also tweaked some Macro variables.)
_AO  SETC '000' AO (nnn/000)
_NFTPSETC '000' NFTP (nnn/000)
_RMDSSETC '000' RMDS (nnn/000)
_DFSMS07 SETC 'NO'  DFSMS ST 07 (YES/NO)new in DFSMS 1.2

Error Messages:
** ASMA044E Undefined symbol - SMF82ITE
** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1

Regards,
David

On 2023-03-16 10:02, Seymour J Metz wrote:

What macro libraries did you use?


From: IBM Mainframe Discussion List  on behalf of David 
Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
Sent: Thursday, March 16, 2023 10:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Processing SMF Type 15 records help

Hi Allan,
I tried Assembling DAF recently and the Assembly failed. (I had a
discussion with Sam Golob about it.)

Regards,
David

On 2023-03-16 09:49, Allan Staller wrote:

Classification: Confidential

I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Steve Doonan
Sent: Thursday, March 16, 2023 8:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Processing SMF Type 15 records help

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Good Day Listserv readers,



I have a need to provide report data on the updating of production source and 
loadlib PDS dsns with the date/time stamps, userid/jobname, and member/module 
name details. I can get all the data from ICETOOL reports that I run against 
the output of IFASMFDP using USER2(IRRADU00) and
USER3(IRRADU86) except the member/module name details.



I am not a Systems programmer, so I do not have the ability to code an 
assembler program to process the type 15 records to obtain the information.
I have read through the MVS SMF manual to determine what my options are but 
unfortunately I don't have the skill set to get the type 15 data. I have run 
the IFASMFDP program pulling just the type 15's, but I don't have a way to 
process them after that point.  The shop does not have SAS or WPS installed so 
that is not an option either. I was hoping someone on the list can provide some 
direction from their experience.



Thanks,

Steve Doonan

RACF Administrator




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses 

Re: Processing SMF Type 15 records help

2023-03-16 Thread Sri h Kolusu
>> I have a need to provide report data on the updating of production source 
>> and loadlib PDS dsns with the date/time stamps, userid/jobname, and 
>> member/module name details. I can get all the data from ICETOOL reports that 
>> I run against the output of IFASMFDP using USER2(IRRADU00) and
USER3(IRRADU86) except the member/module name details.

Steve,

If your intention is to get the details of when a PDS is updated, then 
shouldn't you be looking at SMF 42 records subtypes (20, 21 , 24 and 25) ?   
Here is the link to type 42 records and with subtypes explanation.

https://www.ibm.com/docs/en/zos/2.4.0?topic=records-record-type-42-x2a-dfsms-statistics-configuration

Thanks,
Kolusu

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
What was the error message?


From: IBM Mainframe Discussion List  on behalf of 
David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
Sent: Thursday, March 16, 2023 10:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Processing SMF Type 15 records help

Hi R'Shmuel AMV"SH,
//*YSLIBDD DISP=SHR,DSN=I3D5403.MJCUTIL.MACLIB $COMMON
//SYSLIBDD DISP=SHR,DSN=FILE094.PDS   $COMMON
//  DD DISP=SHR,DSN=SYS1.MACLIB BCP
//  DD DISP=SHR,DSN=SYS1.MODGEN BCP
//  DD DISP=SHR,DSN=SYS1.SBDTMAC BDT
//* DD DISP=SHR,DSN=SYS1.SEZACMAC TCPIP
//  DD DISP=SHR,DSN=TCPIP.SEZACMAC TCPIP
//  DD DISP=SHR,DSN=TCPIP.SEZANMAC TCPIP
//  DD DISP=SHR,DSN=SYS1.SICEUSER DFSORT
//* DD DISP=SHR,DSN=SYS1.NFSMAC NFS
//* DD DISP=SHR,DSN=SYS1.SGLOSAMP AO
//* DD DISP=SHR,DSN=SYS1.SASFPMAC BatchPipes
//  DD DISP=SHR,DSN=SAS210.SASFPMAC BatchPipes
//* DD DISP=SHR,DSN=SYS1.SDVGMAC0 NFTP
//* DD DISP=SHR,DSN=SYS1.SDBNUMAC RMDS

(I also tweaked some Macro variables.)
_AO  SETC '000' AO (nnn/000)
_NFTPSETC '000' NFTP (nnn/000)
_RMDSSETC '000' RMDS (nnn/000)
_DFSMS07 SETC 'NO'  DFSMS ST 07 (YES/NO)new in DFSMS 1.2

Error Messages:
** ASMA044E Undefined symbol - SMF82ITE
** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1

Regards,
David

On 2023-03-16 10:02, Seymour J Metz wrote:
> What macro libraries did you use?
>
> 
> From: IBM Mainframe Discussion List  on behalf of 
> David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
> Sent: Thursday, March 16, 2023 10:00 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Processing SMF Type 15 records help
>
> Hi Allan,
> I tried Assembling DAF recently and the Assembly failed. (I had a
> discussion with Sam Golob about it.)
>
> Regards,
> David
>
> On 2023-03-16 09:49, Allan Staller wrote:
>> Classification: Confidential
>>
>> I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).
>>
>> -Original Message-
>> From: IBM Mainframe Discussion List  On Behalf Of 
>> Steve Doonan
>> Sent: Thursday, March 16, 2023 8:46 AM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: Processing SMF Type 15 records help
>>
>> [CAUTION: This Email is from outside the Organization. Unless you trust the 
>> sender, Don’t click links or open attachments as it may be a Phishing email, 
>> which can steal your Information and compromise your Computer.]
>>
>> Good Day Listserv readers,
>>
>>
>>
>> I have a need to provide report data on the updating of production source 
>> and loadlib PDS dsns with the date/time stamps, userid/jobname, and 
>> member/module name details. I can get all the data from ICETOOL reports that 
>> I run against the output of IFASMFDP using USER2(IRRADU00) and
>> USER3(IRRADU86) except the member/module name details.
>>
>>
>>
>> I am not a Systems programmer, so I do not have the ability to code an 
>> assembler program to process the type 15 records to obtain the information.
>> I have read through the MVS SMF manual to determine what my options are but 
>> unfortunately I don't have the skill set to get the type 15 data. I have run 
>> the IFASMFDP program pulling just the type 15's, but I don't have a way to 
>> process them after that point.  The shop does not have SAS or WPS installed 
>> so that is not an option either. I was hoping someone on the list can 
>> provide some direction from their experience.
>>
>>
>>
>> Thanks,
>>
>> Steve Doonan
>>
>> RACF Administrator
>>
>>
>>
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions, send email 
>> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> ::DISCLAIMER::
>> 
>> The contents of this e-mail and any attachment(s) are confidential and 
>> intended for the named recipient(s) only. E-mail transmission is not 
>> guaranteed to be secure or error-free as information could be intercepted, 
>> corrupted, lost, destroyed, arrive late or incomplete, or may contain 
>> viruses in transmission. The e mail and its contents (with or without 
>> referred errors) shall therefore not attach any liability on the originator 
>> or HCL or its affiliates. Views or opinions, if any, presented in this email 
>> are solely those of the author and may not necessarily reflect the views or 
>> opinions of HCL or its aff

Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel

Hi R'Shmuel AMV"SH,
//*YSLIB    DD DISP=SHR,DSN=I3D5403.MJCUTIL.MACLIB $COMMON
//SYSLIB    DD DISP=SHR,DSN=FILE094.PDS   $COMMON
//  DD DISP=SHR,DSN=SYS1.MACLIB BCP
//  DD DISP=SHR,DSN=SYS1.MODGEN BCP
//  DD DISP=SHR,DSN=SYS1.SBDTMAC BDT
//* DD DISP=SHR,DSN=SYS1.SEZACMAC TCPIP
//  DD DISP=SHR,DSN=TCPIP.SEZACMAC TCPIP
//  DD DISP=SHR,DSN=TCPIP.SEZANMAC TCPIP
//  DD DISP=SHR,DSN=SYS1.SICEUSER DFSORT
//* DD DISP=SHR,DSN=SYS1.NFSMAC NFS
//* DD DISP=SHR,DSN=SYS1.SGLOSAMP AO
//* DD DISP=SHR,DSN=SYS1.SASFPMAC BatchPipes
//  DD DISP=SHR,DSN=SAS210.SASFPMAC BatchPipes
//* DD DISP=SHR,DSN=SYS1.SDVGMAC0 NFTP
//* DD DISP=SHR,DSN=SYS1.SDBNUMAC RMDS

(I also tweaked some Macro variables.)
_AO  SETC '000' AO (nnn/000)
_NFTP    SETC '000' NFTP (nnn/000)
_RMDS    SETC '000' RMDS (nnn/000)
_DFSMS07 SETC 'NO'  DFSMS ST 07 (YES/NO)    new in DFSMS 1.2

Error Messages:
** ASMA044E Undefined symbol - SMF82ITE
** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1

Regards,
David

On 2023-03-16 10:02, Seymour J Metz wrote:

What macro libraries did you use?


From: IBM Mainframe Discussion List  on behalf of David 
Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
Sent: Thursday, March 16, 2023 10:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Processing SMF Type 15 records help

Hi Allan,
I tried Assembling DAF recently and the Assembly failed. (I had a
discussion with Sam Golob about it.)

Regards,
David

On 2023-03-16 09:49, Allan Staller wrote:

Classification: Confidential

I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Steve Doonan
Sent: Thursday, March 16, 2023 8:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Processing SMF Type 15 records help

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Good Day Listserv readers,



I have a need to provide report data on the updating of production source and 
loadlib PDS dsns with the date/time stamps, userid/jobname, and member/module 
name details. I can get all the data from ICETOOL reports that I run against 
the output of IFASMFDP using USER2(IRRADU00) and
USER3(IRRADU86) except the member/module name details.



I am not a Systems programmer, so I do not have the ability to code an 
assembler program to process the type 15 records to obtain the information.
I have read through the MVS SMF manual to determine what my options are but 
unfortunately I don't have the skill set to get the type 15 data. I have run 
the IFASMFDP program pulling just the type 15's, but I don't have a way to 
process them after that point.  The shop does not have SAS or WPS installed so 
that is not an option either. I was hoping someone on the list can provide some 
direction from their experience.



Thanks,

Steve Doonan

RACF Administrator




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

---

Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
What macro libraries did you use?


From: IBM Mainframe Discussion List  on behalf of 
David Spiegel <0468385049d1-dmarc-requ...@listserv.ua.edu>
Sent: Thursday, March 16, 2023 10:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Processing SMF Type 15 records help

Hi Allan,
I tried Assembling DAF recently and the Assembly failed. (I had a
discussion with Sam Golob about it.)

Regards,
David

On 2023-03-16 09:49, Allan Staller wrote:
> Classification: Confidential
>
> I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf Of 
> Steve Doonan
> Sent: Thursday, March 16, 2023 8:46 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Processing SMF Type 15 records help
>
> [CAUTION: This Email is from outside the Organization. Unless you trust the 
> sender, Don’t click links or open attachments as it may be a Phishing email, 
> which can steal your Information and compromise your Computer.]
>
> Good Day Listserv readers,
>
>
>
> I have a need to provide report data on the updating of production source and 
> loadlib PDS dsns with the date/time stamps, userid/jobname, and member/module 
> name details. I can get all the data from ICETOOL reports that I run against 
> the output of IFASMFDP using USER2(IRRADU00) and
> USER3(IRRADU86) except the member/module name details.
>
>
>
> I am not a Systems programmer, so I do not have the ability to code an 
> assembler program to process the type 15 records to obtain the information.
> I have read through the MVS SMF manual to determine what my options are but 
> unfortunately I don't have the skill set to get the type 15 data. I have run 
> the IFASMFDP program pulling just the type 15's, but I don't have a way to 
> process them after that point.  The shop does not have SAS or WPS installed 
> so that is not an option either. I was hoping someone on the list can provide 
> some direction from their experience.
>
>
>
> Thanks,
>
> Steve Doonan
>
> RACF Administrator
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> ::DISCLAIMER::
> 
> The contents of this e-mail and any attachment(s) are confidential and 
> intended for the named recipient(s) only. E-mail transmission is not 
> guaranteed to be secure or error-free as information could be intercepted, 
> corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses 
> in transmission. The e mail and its contents (with or without referred 
> errors) shall therefore not attach any liability on the originator or HCL or 
> its affiliates. Views or opinions, if any, presented in this email are solely 
> those of the author and may not necessarily reflect the views or opinions of 
> HCL or its affiliates. Any form of reproduction, dissemination, copying, 
> disclosure, modification, distribution and / or publication of this message 
> without the prior written consent of authorized representative of HCL is 
> strictly prohibited. If you have received this email in error please delete 
> it and notify the sender immediately. Before opening any email and/or 
> attachments, please check them for viruses and other defects.
> 
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread David Spiegel

Hi Allan,
I tried Assembling DAF recently and the Assembly failed. (I had a 
discussion with Sam Golob about it.)


Regards,
David

On 2023-03-16 09:49, Allan Staller wrote:

Classification: Confidential

I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Steve Doonan
Sent: Thursday, March 16, 2023 8:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Processing SMF Type 15 records help

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Good Day Listserv readers,



I have a need to provide report data on the updating of production source and 
loadlib PDS dsns with the date/time stamps, userid/jobname, and member/module 
name details. I can get all the data from ICETOOL reports that I run against 
the output of IFASMFDP using USER2(IRRADU00) and
USER3(IRRADU86) except the member/module name details.



I am not a Systems programmer, so I do not have the ability to code an 
assembler program to process the type 15 records to obtain the information.
I have read through the MVS SMF manual to determine what my options are but 
unfortunately I don't have the skill set to get the type 15 data. I have run 
the IFASMFDP program pulling just the type 15's, but I don't have a way to 
process them after that point.  The shop does not have SAS or WPS installed so 
that is not an option either. I was hoping someone on the list can provide some 
direction from their experience.



Thanks,

Steve Doonan

RACF Administrator




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread Allan Staller
Classification: Confidential

I strongly suggest the use of the DAF utility. CBT Tape file 094 (?).

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Steve Doonan
Sent: Thursday, March 16, 2023 8:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Processing SMF Type 15 records help

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Good Day Listserv readers,



I have a need to provide report data on the updating of production source and 
loadlib PDS dsns with the date/time stamps, userid/jobname, and member/module 
name details. I can get all the data from ICETOOL reports that I run against 
the output of IFASMFDP using USER2(IRRADU00) and
USER3(IRRADU86) except the member/module name details.



I am not a Systems programmer, so I do not have the ability to code an 
assembler program to process the type 15 records to obtain the information.
I have read through the MVS SMF manual to determine what my options are but 
unfortunately I don't have the skill set to get the type 15 data. I have run 
the IFASMFDP program pulling just the type 15's, but I don't have a way to 
process them after that point.  The shop does not have SAS or WPS installed so 
that is not an option either. I was hoping someone on the list can provide some 
direction from their experience.



Thanks,

Steve Doonan

RACF Administrator




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread Seymour J Metz
You should be able to process them in PL/I.


From: IBM Mainframe Discussion List  on behalf of 
Steve Doonan 
Sent: Thursday, March 16, 2023 9:45 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Processing SMF Type 15 records help

Good Day Listserv readers,



I have a need to provide report data on the updating of production source
and loadlib PDS dsns with the date/time stamps, userid/jobname, and
member/module name details. I can get all the data from ICETOOL reports that
I run against the output of IFASMFDP using USER2(IRRADU00) and
USER3(IRRADU86) except the member/module name details.



I am not a Systems programmer, so I do not have the ability to code an
assembler program to process the type 15 records to obtain the information.
I have read through the MVS SMF manual to determine what my options are but
unfortunately I don't have the skill set to get the type 15 data. I have run
the IFASMFDP program pulling just the type 15's, but I don't have a way to
process them after that point.  The shop does not have SAS or WPS installed
so that is not an option either. I was hoping someone on the list can
provide some direction from their experience.



Thanks,

Steve Doonan

RACF Administrator




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread Mike Schwab
Downloads - CBT Tape
CBT Tape
https://www.cbttape.org › cbtdowns
File # 319 SMF type 14 and 15 Report Program

On Thu, Mar 16, 2023 at 8:46 AM Steve Doonan  wrote:
>
> Good Day Listserv readers,
>
>
>
> I have a need to provide report data on the updating of production source
> and loadlib PDS dsns with the date/time stamps, userid/jobname, and
> member/module name details. I can get all the data from ICETOOL reports that
> I run against the output of IFASMFDP using USER2(IRRADU00) and
> USER3(IRRADU86) except the member/module name details.
>
>
>
> I am not a Systems programmer, so I do not have the ability to code an
> assembler program to process the type 15 records to obtain the information.
> I have read through the MVS SMF manual to determine what my options are but
> unfortunately I don't have the skill set to get the type 15 data. I have run
> the IFASMFDP program pulling just the type 15's, but I don't have a way to
> process them after that point.  The shop does not have SAS or WPS installed
> so that is not an option either. I was hoping someone on the list can
> provide some direction from their experience.
>
>
>
> Thanks,
>
> Steve Doonan
>
> RACF Administrator
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processing SMF Type 15 records help

2023-03-16 Thread rpinion865
Go to www.cbttage.org, and look for Dataset Audit Facility (DAF).




Sent with Proton Mail secure email.

--- Original Message ---
On Thursday, March 16th, 2023 at 9:45 AM, Steve Doonan  
wrote:


> Good Day Listserv readers,
> 
> 
> 
> I have a need to provide report data on the updating of production source
> and loadlib PDS dsns with the date/time stamps, userid/jobname, and
> member/module name details. I can get all the data from ICETOOL reports that
> I run against the output of IFASMFDP using USER2(IRRADU00) and
> USER3(IRRADU86) except the member/module name details.
> 
> 
> 
> I am not a Systems programmer, so I do not have the ability to code an
> assembler program to process the type 15 records to obtain the information.
> I have read through the MVS SMF manual to determine what my options are but
> unfortunately I don't have the skill set to get the type 15 data. I have run
> the IFASMFDP program pulling just the type 15's, but I don't have a way to
> process them after that point. The shop does not have SAS or WPS installed
> so that is not an option either. I was hoping someone on the list can
> provide some direction from their experience.
> 
> 
> 
> Thanks,
> 
> Steve Doonan
> 
> RACF Administrator
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN