>>I want to search for four terms: X'01' and C'1' and X'05' and C'ABCDE'.
All these 4 terms are next to each other.

Elardus,


Unless this is a trick question, isn't it simple to have the entire search
string in HEX since all the fields are next to each other?

Something like this

//SYSIN    DD *
  OPTION COPY
  INCLUDE COND=(1,500,SS,EQ,X'01F105C1C2C3C4C5')
/*


Thanks,
Kolusu
DFSORT Development
IBM Corporation

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

Reply via email to