WRITE/file#[,LINNO,line#][,USING,'image string'],data list
This statement writes a line of data to the specified scratch file.
Parameter |
Description |
file# |
The number of the scratch file to which the data is to be written. Ten scratch file areas are available, therefore, the specified number must be between 1 and 10. |
LINNO |
Minor word which indicates that the line created will have the specified line number. If the specified line exists, the data will be replaced.
|
line# |
The number of the line to be created. |
USING |
Minor word which indicates that the data is to be output to a specified format. |
'image string' |
The format image string which was covered in the beginning of this section. |
data list |
The data list may consist of any combination of string variables, numerical variables, string literals or numerical values. |