用一条命令 转换 Iseries tables t到 CSV

/* Copy the temporary view to the incoming IFS file name. This com- */
/* mand assumes that the target IFS file is a CSV (comma separted */
/* variable" file and that it is to be converted to ASCII format. */

CPYTOIMPF FROMFILE(&FROMLIB/&FROMFILE) TOSTMF(&TOFILE) +
MBROPT(*ADD) STMFCODPAG(*PCASCII) +
RCDDLM(*CRLF)

posted @ 2008-01-09 14:25  深渊野鱼  阅读(394)  评论(0编辑  收藏  举报