OSI/FTAM Programming Guide
NonStop FTAM Programming Examples
HP NonStop OSI/FTAM Programming Guide—528612-001
5-85
Writing a File: TAL Programming Example
1675 tempbuf ':=' "Association discarded" -> @text_ptr;
1676 text_len := @text_ptr - @tempbuf;
1677 CALL WRITE ( termnum, outbuf, text_len );
1678 CALL STOP;
1679
1680
1681 END; -- check_error --