Differences between revisions 1 and 2
Revision 1 as of 2023-05-31 16:37:26
Size: 422
Comment:
Revision 2 as of 2023-05-31 16:38:15
Size: 480
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
`FILE HANDLE` assigns a valid path and file name to a handle name. `FILE HANDLE` assigns a valid path and file name to a handle name. A relative path is in reference to the working directory.

SPSS File Handle

The FILE HANDLE command is used to validate a file path and reference it by a handle name.


Usage

FILE HANDLE assigns a valid path and file name to a handle name. A relative path is in reference to the working directory.

file handle my_handle /name='path/to/file'.

A defined file handle can be used on any FILE, OUTFILE, MATRIX, or WRITE subcommand.


CategoryRicottone

SPSS/FileHandle (last edited 2023-06-11 21:20:01 by DominicRicottone)