SQL$HELP_OLD72.HLB  —  Compound Stmt, Arguments  BEGIN
    Begins a compound statement. The END keyword marks the end of
    a compound statement. The unit consisting of the BEGIN and END
    keywords and all statements bounded by them is called a compound
    statement block or just a block. The simplest compound statement
    block can consist of BEGIN, END, and a terminating semicolon
    (BEGIN END;).
Close Help