== Attribut == * [[index:exploitation:fichier:CCSID|CCSID]] * [[https://www.longpelaexpertise.com.au/toolsCode.php|EBCDIC]] * [[index:exploitation:fichier:HEX|Hexadecimal]] * [[http://www.table-ascii.com/|Table ASCII-HEXADECIMAL]] == Journal == * [[index:exploitation:fichier:Code journal|Code Journal]] == FTP == * [[index:exploitation:fichier:FTP:RTNCODE|Code Retour]] * [[index:exploitation:fichier:FTP:Command|Commande]] * [[index:exploitation:fichier:FTP:Envir|Environnement]] == Pêle-mêle == * [[index:exploitation:fichier:Rgz|Reorganisation]] * [[index:exploitation:fichier:Outils|Outils SQL]] * [[index:exploitation:fichier:PDF|PDF]] * [[index:exploitation:fichier:ZIP|Zip]] ==== Copie PF vers XLS ==== CPYTOIMPF FROMFILE(QTEMP/TMPXLS) \\ TOSTMF(‘HOME/XLS/fichier.xls’) \\ MBROPT(*REPLACE) \\ STMFCODPAG(*PCASCII) \\ RCDDLM(*CRLF) \\ DTAFMT(*DLM) \\ STRDLM(*NONE) \\ FLDDLM(X’05’) \\ DECPNT(*COMMA) \\