October 2009
Beginner
636 pages
13h 35m
English
No discussion of the FILE PRINT ODS statement would be complete without a few caveats. Some of the options that you might have used in the past work only in the LISTING destination.
You should not use the following six options with FILE PRINT ODS:
DELIMITER=
DSD
_FILE_=
FILEVAR=
HEADER=
PAD
The following options in the FILE PRINT statement work only in the LISTING destination:
TITLES and NOTITLES
FOOTNOTES and NOFOOTNOTES
LINESIZE=
PAGESIZE=
In addition, some other techniques such as PUT _PAGE_ work only in the LISTING destination. Although column pointer controls such as + and / do work with ODS in the DATA step, they work only within the constraints already discussed—where you are writing to a specific table column ...
Read now
Unlock full access