Re: Print/copy one record of each type/subtype

2020-04-21 Thread kekronbekron
dmarc-requ...@listserv.ua.edu > > To: IBM-MAIN@LISTSERV.UA.EDU > > Date: 04/20/2020 09:33 PM > > Subject: [EXTERNAL] Re: Print/copy one record of each type/subtype > > Sent by: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU > > Hi Kolusu, > > We are all foreve

Re: Print/copy one record of each type/subtype

2020-04-21 Thread Sri h Kolusu
serv.ua.edu> > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 04/20/2020 09:33 PM > Subject: [EXTERNAL] Re: Print/copy one record of each type/subtype > Sent by: IBM Mainframe Discussion List > > Hi Kolusu, > > > We are all forever grateful for your DFSORT help, thank you :) >

Re: Print/copy one record of each type/subtype

2020-04-20 Thread kekronbekron
Hi Kolusu, We are all forever grateful for your DFSORT help, thank you :) I'm looking to get 1 record for each type-subtype combination. That is, 1 rec of 30_1, 1 of 30_2, and so on. A bit disappointed that I can read VB/VBS with RECFM=U in the DD, in a JCL (in order to read BDW/RDW), but that

Re: Print/copy one record of each type/subtype

2020-04-20 Thread Mike Schwab
es.apple.com/gb/podcast/mainframe-performance-topics/id1127943573?mt=2 > > > Youtube channel: https://www.youtube.com/channel/UCu_65HaYgksbF6Q8SQ4oOvA > > > > From: Sri h Kolusu > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 20/04/2020 20:32 > Subject:[EXTERNA

Re: Print/copy one record of each type/subtype

2020-04-20 Thread Matthew Stitt
I use the IFASMFDP program to select records and output them to a disk file. Matthew On Mon, 20 Apr 2020 15:43:44 +, kekronbekron wrote: >Hello! > >When working with VBS files, I reckon it's easiest to get 1 of each (SMF >record type & subtype) using DFSORT. >Are there easier ways? >Can y

Re: Print/copy one record of each type/subtype

2020-04-20 Thread Martin Packer
inframe-performance-topics/id1127943573?mt=2 Youtube channel: https://www.youtube.com/channel/UCu_65HaYgksbF6Q8SQ4oOvA From: Sri h Kolusu To: IBM-MAIN@LISTSERV.UA.EDU Date: 20/04/2020 20:32 Subject: [EXTERNAL] Re: Print/copy one record of each type/subtype Sent by:IBM Main

Re: Print/copy one record of each type/subtype

2020-04-20 Thread Sri h Kolusu
> Somewhere in our (my team's not Sri Hari's) code base is a DFSORT job that > counts the number of each subtype by minute - for SMF 30 and 7X. Martin, You mean by the minute within each Hour/Day? > Note: "Subtype" should be at a fixed offset/position in the SMF record > header. I'd consider it

Re: DFSORT? Rexx? Re: Print/copy one record of each type/subtype

2020-04-20 Thread Martin Packer
el: https://www.youtube.com/channel/UCu_65HaYgksbF6Q8SQ4oOvA From: Bob Bridges To: IBM-MAIN@LISTSERV.UA.EDU Date: 20/04/2020 17:38 Subject:[EXTERNAL] Re: DFSORT? Rexx? Re: Print/copy one record of each type/subtype Sent by:IBM Mainframe Discussion List Wait, what? Since when?

Re: Print/copy one record of each type/subtype

2020-04-20 Thread Martin Packer
d1127943573?mt=2 Youtube channel: https://www.youtube.com/channel/UCu_65HaYgksbF6Q8SQ4oOvA From: Sri h Kolusu To: IBM-MAIN@LISTSERV.UA.EDU Date: 20/04/2020 18:46 Subject: [EXTERNAL] Re: Print/copy one record of each type/subtype Sent by:IBM Mainframe Discussion List

Re: Print/copy one record of each type/subtype

2020-04-20 Thread Sri h Kolusu
Kekron, Are you looking for a summary of subtypes for every smf record? I wrote an ICETOOL job for Cheryl Watson's newsletter under "User Experiences and Tips" which lists the count how many records it found of each type and subtype and produce a little report saying something like: TYPE SUBTYP

Re: DFSORT? Rexx? Re: Print/copy one record of each type/subtype

2020-04-20 Thread Paul Gilmartin
On Mon, 20 Apr 2020 12:38:05 -0400, Bob Bridges wrote: >Wait, what? Since when? > Now in: z/OS Version 2 Release 4 TSO/E REXX Reference IBM SA32-0972-40 https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ikja300/dup0037.htm I don't know the boundary. Bitsavers? Pre

Re: DFSORT? Rexx? Re: Print/copy one record of each type/subtype

2020-04-20 Thread Bob Bridges
Wait, what? Since when? --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* Great good nature, without prudence, is a great misfortune. -Poor Richard */ -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent:

DFSORT? Rexx? Re: Print/copy one record of each type/subtype

2020-04-20 Thread Paul Gilmartin
On Mon, 20 Apr 2020 15:43:44 +, kekronbekron wrote: > >When working with VBS files, I reckon it's easiest to get 1 of each (SMF >record type & subtype) using DFSORT. >Are there easier ways? >Can y'all please help with a sample for picking such unique RTY_STY using >DFSORT > >Thanks in advance

Print/copy one record of each type/subtype

2020-04-20 Thread kekronbekron
Hello! When working with VBS files, I reckon it's easiest to get 1 of each (SMF record type & subtype) using DFSORT. Are there easier ways? Can y'all please help with a sample for picking such unique RTY_STY using DFSORT Thanks in advance, I'm a complete DFSORT n00b. Kekron ---