> That absolutely works, but it's less intuitively legible than (e.g. in
Rexx):
>     say  '01'x || '1' || '05'x || 'ABCDE'
> (I've wished for similar facility in JCL.


Gil,

DFSORT V2R4 Supports Regular Expressions.  You can use the following to get
the desired results.


//SYSIN    DD *
  OPTION COPY
  INCLUDE COND=(1,500,SS,REH,C'(.*\X011\X05ABCDE)')
/*


>>This is more for my users who are too lazy or dumb to use a mix of hex
and characters... ;-)  I initially wondered if that is possible using mixed
formats ala REXX,

Elardus,


If you have DFSORT V2R4 then you can use Regular Expressions as shown above
with the mix of HEX and EBCDIC characters.


Thanks,
Kolusu
DFSORT Development
IBM Corporation

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to