WRITE Subcommand (SURVIVAL command)
WRITE writes
data in the survival tables to a file. This file can be used for further
analyses or to produce graphics displays.
- When
WRITEis omitted, the default isNONE. No output file is created. - When
WRITEis used, aPROCEDURE OUTPUTcommand must precede theSURVIVALcommand. TheOUTFILEsubcommand onPROCEDURE OUTPUTspecifies the output file. - When
WRITEis specified without a keyword, the default isTABLES.
NONE. Do not write
procedure output to a file. This is the default when
WRITE is omitted.
TABLES. Write survival-table data records. All survival-table statistics are written to a file.
BOTH. Write out survival-table data and label records. Variable names, variable labels, and value labels are written out along with the survival table statistics.