Differences between revisions 2 and 3
Revision 2 as of 2023-05-31 16:38:15
Size: 480
Comment:
Revision 3 as of 2023-06-10 13:59:40
Size: 560
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The `FILE HANDLE` command is used to validate a file path and reference it by a handle name. The '''`FILE HANDLE`''' command is used to validate a file path and reference it by a handle name.
Line 13: Line 13:
`FILE HANDLE` assigns a valid path and file name to a handle name. A relative path is in reference to the working directory.
Line 19: Line 17:
A defined file handle can be used on any `FILE`, `OUTFILE`, `MATRIX`, or `WRITE` subcommand. A relative path is relative to the curent working directory.

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

----



== See also ==

[[https://www.gnu.org/software/pspp/manual/html_node/File-Handles.html|PSPP manual on file handles]]

SPSS File Handle

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


Usage

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

A relative path is relative to the curent working directory.

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


See also

PSPP manual on file handles


CategoryRicottone

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