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   

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

Reply via email to