Previous Topic: UsageNext Topic: DISPLAY/PUNCH IDD 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.