| System Options under z/OS |
| Default: | FILENULL |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, OPTIONS window |
| Category: | File Control: EXTFILES |
| PROC OPTIONS GROUP= | EXTFILES |
| z/OS specifics: | all |
| Syntax | |
| Details |
Syntax |
| FILENULL | NOFILENULL |
allows zero-length records to be written to external files. FILENULL is the default value.
prevents zero-length records from being written to external files. This type of record is ignored.
| Details |
If your file transfer program cannot handle zero-length records, you should specify NOFILENULL before you create the file that you want to transfer.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.