You need to find the right code and sign up...lot's of good info.
Here's a start of what it says
Syntax: How to Save Report Output in Tab-Delimited Format
[ON TABLE] command [AS filename] FORMAT TABT
where:
ON TABLE
Is the syntax for creating an output file within a TABLE request.
command
Can be one of the following:
HOLD creates a Master File to accompany the generated output file.
PCHOLD is used to automatically send the output file to a client application when issued in an environment that supports automatic file transfers.
SAVE creates an output file with no accompanying Master File.
filename
Is the file name of the resulting output file on VM, UNIX, or NT, or the ddname on OS/390.
The tab-delimited output file is a variable-length text file containing the column headings and data values from the report request. Leading blanks are stripped from numeric fields (format codes D, F, I, or P) and trailing blanks are stripped from character fields (format code A). Corresponding columns in each record may have different lengths because of the removal of leading and trailing blanks. On VM, the filetype is TAB. On UNIX and Windows NT, the extension is .tab.
Note: A Master File is created if the HOLD command is used to create the output file
| In Focus since 1993. WebFOCUS 7.7.03 Win 2003 |