Examples of COBOL Verb Queries

All COMPUTE statements:

COMPUTE

I/O statements in the procedure READ-FILES:

I-O AT READ-FILES

All arithmetic statements:

ARITH 

All program exits (EXIT PROGRAM, STOP RUN, GOBACK):

PGMEXIT

All ADD statements in lines 120-340:

ADD AT #120 THRU #340