![]() Chapter Contents |
![]() Previous |
![]() Next |
| TTOPEN |
| Language element: | function |
| Category: | terminal-access |
| OpenVMS specifics: | All aspects are host-specific |
| Syntax | |
| Details | |
| Example | |
| See Also |
Syntax |
| TTOPEN(control-specification,channel) |
| DEVICE=name <processing-option-list> |
Each argument can be abbreviated to the shortest unique spelling. There is no default.
$ SHOW TERMINAL name
| Details |
| Example |
length string $ 20;
rc=ttopen("dev=TT: size=20 term=0D09",chan);
rc=ttread(chan,string,size);
if size>0 & rc=0 then put string;
rc=ttclose(chan);
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.