Hilario Garcia wrote:
>//STEP0010 EXEC PGM=ICETOOL
>//TOOLMSG DD SYSOUT=*
>//DFSMSG DD SYSOUT=*
>//VLSHCNTL DD *
> OPTION COPY,VLSHRT
> INCLUDE COND=(6,1,CH,EQ,X'1E',AND,
> 178,1,CH,EQ,X'05')
>**
>** OMIT RECORDS
>**
> OMIT COND=(239,3,CH,EQ,C'IBM',OR,
> 239,3,CH,EQ,C'JOB',OR,
> 239,3,CH,EQ,C'AUT',OR,
> 239,3,CH,EQ,C'AUT',OR,
> <snip>
> 239,3,CH,EQ,C'SYS')
What about this one?
INCLUDE COND=(6,1,CH,EQ,X'1E',AND,178,1,CH,EQ,X'05',AND,
(239,3,CH,NE,C'IBM',OR,
239,3,CH,NE,C'JOB',OR,
239,3,CH,NE,C'AUT',OR,
...
239,3,CH,NE,C'SYS'))
Groete / Greetings
Elardus Engelbrecht
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN