The JCL below provides an example with SMF/LPAR selection.  Refer to the DFSORT 
documentation at the DFSORT home page link below for details.


Sincerely,

Scott Barry
SBBWorks, Inc.

http://www-304.ibm.com/jct01004c/systems/support/storage/software/sort/mvs/

//S1 EXEC PGM=SORT,PARM=ABEND //SYSOUT DD SYSOUT=* //SORTIN DD DSN=smf.input,...
//SORTOUT  DD   DSN=smf.output,...
//SYSIN DD * OPTION VLSHRT,VLSCMP * COPY/SUBSET SMFJOB FILE FOR TYPE 30
SORT FIELDS=(11,4,PD,A,7,4,BI,A)
* SELECT ONLY TYPE 30 and 26.
INCLUDE COND=((6,1,BI,EQ,30,OR,6,1,BI,EQ,26),AND,
(15,4,SS,EQ,C'SYSA,SYSB,SYSZ')) /*
________________________

John Cassidy wrote:

Hello all,

need to sort a month of SMF data excluding specific LPAR's and one type of SMF 
record. With IFASMFDP I can filter out the SMF records, not however, the LPAR's 
I want excluded.

Would anyone have any DFSORT / ICETOOL JCL handy?

TIA and regards,

J.

John Cassidy (Dipl.-Ingr.)
Berninastrasse 9
8057 Zuerich
Europe

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to