&SFNAME(file#[,IFERR,label:])
Accesses the file name of the specified scratch file. If the scratch file is not initialized, an error message occurs and the program jumps to the specified label.
Read/Write - String - 132 Characters
Parameter |
Description |
file# |
The number of the scratch file whose name you want to access. Ten scratch file areas are available, therefore, the specified number must be between 1 and 10. |
IFERR,label: |
Specifies a label to which program execution jumps if the scratch file is not initialized. |