Skip to content

Instantly share code, notes, and snippets.

@krescruz
Created July 20, 2018 22:35
Show Gist options
  • Save krescruz/9c2577f94339472879af909e91f59a91 to your computer and use it in GitHub Desktop.
Save krescruz/9c2577f94339472879af909e91f59a91 to your computer and use it in GitHub Desktop.
IBMi a series of command for survival
/* Create file csv in file system from database table */
CPYTOIMPF FROMFILE(MYLIB/MYFILE) TOSTMF('path/filename.csv') STMFCCSID(*PCASCII) RMVBLANK(*BOTH) FLDDLM(',') RCDDLM(*CRLF)
/*Edit a stream file or a database file.*/
EDTF STMF('MyCloud/csvmf16_3.csv')
/*Start FTP Client*/
STRTCPSVR SERVER(*FTP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment