Previous Topic: Report Template BLOCK Statements

Next Topic: Block Statement Parameters

Block Statement Syntax

Syntax refers to the rules governing the formation of statements in a programming language. The structure of this string for BLOCK is as follows:

BLOCK blockname (
       "SELECT [ALIAS,] field_name[, field_name ...]
       FROM table_name[, table_name ...] " 
       [,"WHERE where_clause"][, arguments,] )
       [SORT "sort clause"] 
{      
output program statements
}