The Channel class / base.Channel methods |
Writes a list of data delimited by a separator to the channel.
write( [ variable-list ] )
After opening a channel, use the write() method to write a record of data to the channel.
The write() method uses the field delimiter defined by setDelimiter().
The write() method takes a modifiable list of variables as the parameter, using the [ ] square brace notation.
CALL ch.write([cust_rec.*])