VBREF

VBREF affects whether a cross-reference of statements to line numbers and a statement-usage summary is produced.

Syntax

Read syntax diagramSkip visual syntax diagramVBREF=*NOYES
Default
VBREF=NO
YES
Produces a cross-reference of all statement types in a source program to the line numbers where they are found. VBREF=YES also produces a summary of how many times each statement was used in the program.
NO
Does not produce a cross-reference or statement-summary listing.