IBM Z and LinuxONE IBM Z

IBM Z

The enterprise platform for mission-critical applications brings next-level data privacy, security, and resiliency to your hybrid multicloud.

 View Only

z/OS ICEMAN V3R1 - Case Sensitive string search

  • 1.  z/OS ICEMAN V3R1 - Case Sensitive string search

    Posted 5 days ago

    Hi,

    I am using the following to find a case sensitive string with no success:

    //JS010    EXEC PGM=ICEMAN,
    //             PARM='MOSIZE=MAX'
    //IDIOFF   DD  DUMMY
    //SYSOUT   DD  SYSOUT=*
    //SYMNOUT  DD  SYSOUT=*
    //SORTIN   DD  DSN=TSTBT.OS.&ENV..QAFAPA30.CLUSTER,
    //             DISP=SHR
    //SORTOUT  DD  SYSOUT=*
    //SYSIN    DD  *
      RECORD TYPE=V
      INCLUDE COND=(5,93,SS,RE,C'Funding')
      OPTION COPY
    /*

    The terminal emulation is set to use code page 1047.

    Thanks for any assistance with this matter.



    ------------------------------
    Girish Sajja
    ------------------------------