The SET command is used set the title and caption for a HTML table result.
Also, the SET command can be used to set the SQL query and the result set content type.
The SET command can also be used to include HTTP header properties in the HTTP response protocol.
The HTTP property name value pairs are passed as entries in a two-column working list.
The SET command can be called any time before the SEND command that creates the HTTP response.
Syntax:
|
Example
SET QUERY(*LIST) #WRKLST(TXT)
SET HEAD(*SHORT) TITLE(Report) CAPTION(List of Employees)