STRING Verb - Create String File

Syntax

STRING fileid{,ERR=lineref}

Description

The STRING verb creates a STRING file. STRING files grow dynamically as they are written. PRO/5 takes the ERR= branch if an error occurs while defining the file.

Parameter

Description

fileid

Name of the STRING file to be created.

ERR=lineref

Branch to be taken if an error occurs during execution.

Examples

1000 STRING "TEST",ERR=9500