On Mon, 8 Feb 2016 01:37:02 -0600, Hilario Garcia <[email protected]> wrote:

>Hello,
>
>On book "Application Programmer Guide" appear the text:
>
>"You can specify either an INCLUDE statement or an OMIT statement in the same
>DFSORT run, but not both".
>
>I read that before, but this is not really truth. Dfsort run correctly if I 
>write an INCLUDE and an OMIT like this examples:
>
>INCLUDE COND=(6,1,CH,EQ,X'1E',AND,  
>             178,1,CH,EQ,X'05')     
>OMIT    COND=(239,3,CH,EQ,C'JOB')
>
>Too work correctly with this syntax:  
>
>INCLUDE COND=(6,1,CH,EQ,X'1E',AND,  
>             178,1,CH,EQ,X'05')     
>OMIT    COND=(239,3,CH,EQ,C'JOB',OR,239,3,CH,EQ,C'SYS')
>
>But didn't work this syntax:
>
>INCLUDE COND=(6,1,CH,EQ,X'1E',AND,  
>             178,1,CH,EQ,X'05')     
>OMIT    COND=(239,3,CH,EQ,C'JOB',OR,
>              239,3,CH,EQ,C'SYS')   
>
>I will try to put all the logic on INCLUDE statement.
>
>Thanks in advance
>
>Kind regards.
>
>Hilario   
>

Also, for analyzing SMF type 30 records, the OP will want to take notice that a 
z/OS Version/Release change and possibly interim maintenance may impact the 
starting-location of the IDENTIFICATION SECTION (IBM field name SMF30IOF) -- 
this would change the offset-location for at least the OMIT.  As well, a JES 
configuration change to 7-digit job numbers will impact the data-string found 
as SMF30JNM.  I have personally observed this situation multiple times in the 
past few years, with new-release z/OS V2R1 and z/OS V1R13 (maintenance), as I 
recall.

Scott Barry
SBBWorks, Inc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to