Hi Jose,
It's probably not a good idea to use IXGBRWSE to read SMF log data. SMF blocks
the records and puts multiple records in the log block. You'll need to use
IFASMFDL to deblock the smf records.
See z/OS MVS System Management Facilities (SMF) SA22-7630-xx chapter Using the
SMF Dump Progr
I guess that depends on what needs to be done. I don't like doing
anything in such exits which is CPU intensive or might abend. Example:
parsing SMF type 30 records and putting the data into a DB2 table. Or
perhaps composing an email message and sending it.
On Tue, Feb 26, 2013 at 8:34 AM, Staller
How about just doing whatever needs to be done in IEFU8n?
If it were me, I'd use the IEFU8n exits to copy the records I'm interested in
into AMODE64 common storage. Then do an XMPOST to cause a separate STC to
process them. Of course, this is much more complicated and requires at least
APF aut
If it were me, I'd use the IEFU8n exits to copy the records I'm interested
in into AMODE64 common storage. Then do an XMPOST to cause a separate STC
to process them. Of course, this is much more complicated and requires at
least APF authorization.
--
Thank you for all people that answered my question.
It was very usefull to see exactly the instructions that I need to find out the
SMF files and read it using OPEN/GET/RPL VSAM macro instructions.
I will use them as reference. I think that with those tips and examples it will
be possible t
swers: http://www.mxg.com/administration
What's Supported: http://www.mxg.com/changes
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Elardus Engelbrecht
Sent: Monday, February 25, 2013 9:05 AM
To: IBM-MAIN@LISTSERV.UA.EDU
S
.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
jo.skip.robin...@sce.com
From: Ted MacNEIL
To: IBM-MAIN@LISTSERV.UA.EDU,
Date: 02/25/2013 08:17 AM
Subject: Re: Reading Active SMF da
>>For now, I need to know the better way to read the SMF dataset.
>If you mean you want to READ an ACTIVE and IN USE the VSAM SMF datasets, yes,
>it is possible. A third party tool do it for 'just in time' analysis' without
>waiting for the switch from ACTIVE to DUMP status.
You can just use IF
Jose ADAUTO Ribeiro wrote:
>For now, I need to know the better way to read the SMF dataset.
If you mean you want to READ an ACTIVE and IN USE the VSAM SMF datasets, yes,
it is possible. A third party tool do it for 'just in time' analysis' without
waiting for the switch from ACTIVE to DUMP stat
Hi, Mark.
Yes, it's for our shop's internal only, but you are right. I don't know when
this can happens, but ...
So I need learn about how to manipulate it if the SMF migrate to SMF logger.
Thanks for your help. IPLINFO was a good example how to get the SMF dataset
names.
For now, I need to
in
mind. Maybe 523?
Charles
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Jose ADAUTO Ribeiro
Sent: Saturday, February 23, 2013 10:41 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Reading Active SMF dataset
Hi,
Could someone give m
> Of Jose ADAUTO Ribeiro
> Sent: Saturday, February 23, 2013 11:41 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Reading Active SMF dataset
>
> Hi,
>
> Could someone give me some help: I would like to know if it is possible to
> get in some
> control block (or via
On Sat, 23 Feb 2013 15:41:26 -0300, Jose ADAUTO Ribeiro
wrote:
>Hi,
>
>Could someone give me some help: I would like to know if it is possible to get
>in some control block (or via some MACRO/API program) the name of the active
>SMF dataset (and the alternates too). I will do this in an assemb
Hi,
Could someone give me some help: I would like to know if it is possible to get
in some control block (or via some MACRO/API program) the name of the active
SMF dataset (and the alternates too). I will do this in an assembler program.
In addition I would like to know the best way to read,
14 matches
Mail list logo