RENAME/file#,'new filespec'[,IFERR,label:]
This statement assigns a new file specification to the specified scratch file. If no name is currently assigned the new name will become the name of the scratch file.
Parameter |
Description |
file# |
The number of the scratch file which is to be renamed. Ten scratch file areas are available, therefore, the specified number must be between 1 and 10. |
'new filespec' |
The new specification which is to be applied to the specified scratch file. |
IFERR,label: |
Specifies a label to which the program jumps if an error occurs. |