HLASM Toolkit Feature User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of invoking the SuperC search on the CMS command line

HLASM Toolkit Feature User's Guide
GC26-8710-10

To search for the string "ABC" in file TEST1 NEW A, enter:
ASMFSUPC TEST1 NEW A (SRCH('ABC')
To search for the string "ABC" in file TEST1 NEW A, using a SRCHFOR process statement in your own-named process statements file MYPROC FILE A:
  • Specify the process statement SRCHFOR 'ABC' in the file MYPROC FILE A
  • Enter:
    ASMFSUPC TEST1 NEW A (SRCH CNTL(MYPROC FILE A)
To search for the string "ABC" in file TEST1 NEW A, using a SRCHFOR process statement entered via the Process Statements Entry Menu:
  • Enter:
    ASMFSUPC TEST1 NEW A (SRCH PROMPT
  • When the Process Statements Entry Menu is displayed, enter SRCHFOR 'ABC'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014