Scott, will give it a whirl tomorrow, appreciate the tip.
Regards, John O n Wed, February 14, 2007 18:51, [EMAIL PROTECTED] wrote: > > 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/mv > s/ > > //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')) > /* > ________________________ > > E-Mail: [EMAIL PROTECTED] http://www.JDCassidy.net ---------------------------------------------------------------------- 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

