Searching for Hex values in COBOL program

Searching for Hex values in COBOL program

I have to search the COBOL library to find out programs which have hex values used in the COBOL program.

For example: A sample line in the COBOL code containing hex code.

10 VAR1 PIC XX VALUE X’C1′

Is this possible to do this by using Superce search in MVS or any rexx utility to do the same?

“; ; ; ;