I agree with Martin about Type 42.  At the end of a recording interval,
only one record is cut for each job and then there are multiple data set
headers with each one containing an offset to the next.  So that would be
very difficult to process without some sore of E15 exit to break those up
and pass as separate records to sort.

Type 14/15 have somewhat fixed offsets for the basic info.  But once you
get into the extended segment sections, you again would need some sort of
E15 to process them one at a time.


I use DFSORT quite a bit for processing SMF but almost always with E15 and
E35 exits to process the records before and after.  Once I've created a
file where the data fields are in fixed positions, then something like
ICETOOL can be used to generate reports.

I'd have to say, unless you want to get in the game of maintaining code as
the records change with each release, you are better off using one of the
products that's out there for SMF reporting.


Have a nice day,
Dave Betten
z/OS Performance Specialist
Cloud and Systems Performance
IBM Corporation
email:  bet...@us.ibm.com

IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on
02/19/2016 02:28:24 PM:

> From: Martin Packer <martin_pac...@uk.ibm.com>
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 02/19/2016 02:28 PM
> Subject: Re: DFSORT and SMF
> Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>
> Waiting for my teammate to chip in but...
>
> T42-6 is so heavily section-oriented (multiple data sets per record) that

> you'd need an E15 exit to break the record up.
>
> Cheers, Martin
>
> Martin Packer,
> zChampion, Principal Systems Investigator,
> Worldwide Cloud & Systems Performance, IBM
>
> +44-7802-245-584
>
> email: martin_pac...@uk.ibm.com
>
> Twitter / Facebook IDs: MartinPacker
> Blog:
> https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker
>
>
>
> From:   "Sankaranarayanan, Vignesh"
> <vignesh.v.sankaranaraya...@marks-and-spencer.com>
> To:     IBM-MAIN@LISTSERV.UA.EDU
> Date:   19/02/2016 18:56
> Subject:        DFSORT and SMF
> Sent by:        IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>
>
>
> Hi folks,
>
> I was just wondering how easy it would be to run SMF type 42 (and perhaps

> 14, 15, 17, 18) through DFSORT to find out what happened to a particular
> dataset.
> I think DFSORT pro's would be able to do this in just a couple of
> minutes..?
>
> - Vignesh
> Mainframe Infrastructure
>
>
> MARKSANDSPENCER.COM
> ________________________________
> Unless otherwise stated above:
> Marks and Spencer plc
> Registered Office:
> Waterside House
> 35 North Wharf Road
> London
> W2 1NW
>
> Registered No. 214436 in England and Wales.
>
> Telephone (020) 7935 4422
> Facsimile (020) 7487 2670
>
> www.marksandspencer.com
>
> Please note that electronic mail may be monitored.
>
> This e-mail is confidential. If you received it by mistake, please let us

> know and then delete it from your system; you should not copy, disclose,
> or distribute its contents to anyone nor act in reliance on this e-mail,
> as this is prohibited and may be unlawful.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
>
> ----------------------------------------------------------------------
> 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

Reply via email to