|
You can do the following to automate the process:
* In your CL -- after the file is prepared -- use command CPYTOIMPF and your file will be copied to a stream file.
CPYTOIMPF FROMFILE(MYFILE)
TOSTMF('/tmp/streamf.csv')
MBROPT(*REPLACE)
RCDDLM(*CRLF)
DTAFMT(*DLM)
Note that the CSV extension is important.
* Ftp the resulting stream file to the network drive. (Novell has a built in FTP server.) ==================================
MORE INFORMATION ON THIS TOPIC
==================================
Ask your systems management questions--or help out your peers by answering them--in our live discussion forums.
The Best Web Links: Tips, tutorials and more.
Check out this Search400.com Featured Topic: Networking and the iSeries
PC/Windows connectivity expert Shahar Mor is available to answer your toughest networking questions. Ask Shahar a question or read his previously answered questions here.
|