Compiler-Directive Statements › DISPLAY/PUNCH ALL Statement › Example
The following example displays all records prepared by user JKD since June 1, 1986:
display all records where prepared by eq 'jkd' and year created ge '86' and month created ge '06' as syntax.