Previous Page | Next Page

The GTILE Procedure

Procedure Syntax


Requirements:
  • a GOPTIONS statement with a JAVA, JAVAIMG, ACTIVEX or ACTXIMG device specified

  • an ODS statement to close the listing destination

  • an ODS statement to open the output destination

  • at least one FLOW, TILE or TOGGLE statement

  • at least one TILEBY= variable

  • an ODS statement to close the output destination

  • an ODS statement to open the listing destination

Global Graph Statements: FOOTNOTE, GOPTIONS , TITLE
Global Procedure Statements: FORMAT, LABEL, WHERE, ODS
Supports: Activex devices and Java devices, RUN-Group Processing

PROC GTILE<DATA=input-data-set>;
FLOW | TILE | TOGGLE size-variable TILEBY=(variable) | (variable-list) </option(s)>;

Previous Page | Next Page | Top of Page