PROGRAM Verb - Create PROGRAM File
Syntax
PROGRAM fileid{,int}{,ERR=lineref}
Description
The PROGRAM verb creates a PROGRAM file on the disk.
Parameter | Description |
---|---|
fileid | Name of the file to be created. |
int | Size of the file, not to exceed 64,000 bytes. Some systems may ignore this parameter. If an error occurs while defining the file, PRO/5 takes the ERR= branch. |
ERR=lineref | Branch to be taken if an error occurs during execution. |
Use the SAVE verb to give the program a valid header. Until a program is saved, the program file contents are have no meaning.
Examples
>PROGRAM "TEST.BBX",512