Specify a COBOL Source Information (CSI) query, then click OK, to obtain information about the selected program.
The following list shows the different types of CSI queries and gives examples of each type:
To list all occurrences of all data items starting with "FLAG-":
FLAG-*
To list all occurrences of the data item A between lines 120 through 340 inclusive:
A AT #120 THRU #340
To display information about the procedure "MOVE-TAIL":
MOVE-TAIL
To display information about the subprogram "SUB-PGMA":
SUB-PGMA
To list all uses of the ACCEPT verb:
ACCEPT
To list all uses of verbs related to file operations (OPEN, CLOSE, READ, WRITE, DELETE, START, and REWRITE):
I-O
To list statistics for the current program:
TIMES
To list all potentially dead data items in the current program:
DEADDATA