Chapter Contents |
Previous |
Next |
Text Viewer: _showEndOfFile |
Syntax | |
Details |
Syntax |
CALL NOTIFY (viewer-name, '_ShowEndOfFile', status); |
Argument | Type | Description | |
---|---|---|---|
status |
C | specifies the setting: | |
'Y' | displays end of file message (default) | ||
'N' | turns off end of file message |
Details |
By default, the line
*** END OF FILE ***
appears at the end of the viewer
display. To suppress this line, invoke this method with a status of 'N'.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.