TABLE Subcommand (WRITE command)
TABLE requests a table showing how the variable information is formatted. NOTABLE is the default.
- TABLE must be specified before the slash that precedes the start of the variable specifications.
Example
WRITE OUTFILE='/data/personnel.txt' TABLE
/1 EMPLOYID DEPT SALARY /2 NAME.
EXECUTE.
- TABLE requests a summary table describing the WRITE specifications.