TCL-II Commands

TCL-II commands are commands that access files. The name of the file must be supplied along with a list of one or more item-IDs.

Format

command [DICT] filename [item-list  | *] [(options)]

Parameter(s)

DICT

Modifier that specifies the dictionary of the file. The name of a file must immediately follow the command as the first parameter on the command line.

item-list

List of individual item-IDs, each separated by a blank space or surrounded in quotes. item-list is optional when a select-list is available.

*

Can be specified in place of item-list to indicate all items in the file. If an item-ID contains blanks or parentheses, it must be surrounded by single quotes.

Listed below are several general-purpose TCL-II commands.

COPY

Copies an item to a new name in current file or creates an item in other.

file.RENAME

Changes the name of a file.

DOC-EDIT or DE

Invokes the screen-oriented Editor.

EDIT or ED

Invokes the line-oriented Editor.

FIND

Selects items in a file that contain specified string.

GROUP

Provides a report showing the distribution of items across groups.

ITEM

Lists statistics for group to which an item hashes.

NSELECT

Uses a current select-list to search a file and creates a select-list containing items not found in the file.

PRINT-ERR

Invokes System Message processor.

QSELECT

Creates a select-list containing data from specified attributes instead of item-IDs.

See Also

Overview of TCL User Commands

Command Formats

TCL-I Commands

INFO/ACCESS Commands

Procs

Cataloged mvBASIC Programs