Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
.DATA WRITE STREAM | ||||||||
Line: 6 to 6 | ||||||||
Usage: | ||||||||
Changed: | ||||||||
< < | PASS <stream_name> FIELD SHARE? N PASS <pathname> FIELD SHARE? N PASS <open_mode> FIELD SHARE? N PASS <line_termination> FIELD SHARE? N GOSUB --- .STREAM OPEN * check for errors IF --- .STREAM OPEN NE | |||||||
> > | GOSUB --- .DATA WRITE STREAM | |||||||
Description: | ||||||||
Added: | ||||||||
> > | This subroutine returns the contents of --- STREAM BUFFER to the caller. The data will be converted to UTF-8 encoding (if not already in that encoding). No parameters are required. You must populate --- STREAM BUFFER before calling this routine. --- STREAM BUFFER will be cleared after the call. If there is a problem writing the data, an error will be logged if APPX_DATASVC_LOG is set. | |||||||
Comments |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
.DATA WRITE STREAMThis subroutine allows you to return data to the caller. This is only useful when working with the Data API (Release 5.5.0 & higher)Usage:PASS <stream_name> FIELD SHARE? N PASS <pathname> FIELD SHARE? N PASS <open_mode> FIELD SHARE? N PASS <line_termination> FIELD SHARE? N GOSUB --- .STREAM OPEN * check for errors IF --- .STREAM OPEN NE Description:Comments-- Jean Neron - 2020-03-03 |