tape

tape


Tabbed output Index Level tcl-supp
Syntax
Category Access
Type Modifier
Description retrieves data from the currently attached magnetic media, rather than the actual data level of the file.

The tape must have been created in a "t-dump" format and must be positioned to the beginning of the appropriate tape file. The attribute-defining items specified in the Access sentence are retrieved from the dictionary level of the specified filename.  
Options
See Also modifiers t-load list-device set-device t-att t-dump
Example list invoices with date >= "1/1/91" and <= "12/31/91" tape

This example assumes that the appropriate ("t-dump") media has been attached and previously positioned at the proper tape file.
Warnings This modifier may be used only with Access verbs that do not sort prior to output, such as "count", "istat", "list", "list-label", "reformat", "select", "stat" and "sum".
Compatibility D3 7.0 AP R83
Tabbed output Index Level tcl-supp