Chapter Contents |
Previous |
Next |
External File Model: _setCarriageControl |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setCarriageControl', cntrl); |
Argument | Type | Description | |
---|---|---|---|
cntrl |
C | specifies a carriage control type: | |
'CC' | host | ||
'FORTCC' | FORTRAN | ||
'NOCC' | none |
Example |
In this example a text viewer using the External File Model is changed to use Fortran style carriage control.
/* set the carriage control */ call notify('textview', '_set_carriage_control_','fortcc');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.