ACCUM aggregate expressionFOR is one of the statements that can end with either a period or a colon, as in this example:
FOR EACH Customer NO-LOCK:DISPLAY Customer.Name.END.
DISPLAY STREAM stream UNLESS-HIDDEN NO-ERROR
INITIAL [ constant , constant ]
{ &argument-name }
PRESELECT EACH FIRST LAST record-phrase
MAXIMUM ( expression , expression , expression )In this example, you must specify MESSAGE and at least one expression or SKIP (n) , and any number of additional expression or SKIP ( n ) is allowed:
MESSAGE expression SKIP ( n )In this example, you must specify {include-file, then optionally any number of argument or &argument-name = "argument-value", and then terminate with }:
{ include-file
argument &argument-name = "argument-value" }In this example, WITH is followed by six optional items:
WITH ACCUM max-length expression DOWN
CENTERED n COLUMNS SIDE-LABELS STREAM-IOIn this example, ASSIGN requires either one or more field entries or one record. Options available with field or record are grouped with braces and brackets:
ASSIGN FRAME frame field = expression WHEN expression record EXCEPT field
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |