if = input file (or device name).
of = output file (or device name).
IBS = Bytes Reads bytes bytes At a time, that is, the number of bytes read into the buffer.
Skip = Blocks skips the ibs*blocks block that reads into the beginning of the buffer.
Obs = bytes Writes bytes bytes At a time, that is, the number of bytes written to the buffer.
BS = bytes Sets the number of bytes in the read/write buffer (equal to the set IBS and OBS).
CBS = bytes Converts bytes bytes at a time.
Count = Blocks only copies the input blocks blocks.
CONV = ASCII converts the EBCDIC code to an ASCII code.
Conv = EBCDIC converts ASCII code to EBCDIC code.
CONV = IBM converts ASCII code to alternate EBCDIC code.
CONV = Blick Converts the change bit to a fixed character.
CONV = Ublock Converts the fixation into a change bit
CONV = UCase the letter from lowercase to uppercase.
CONV = LCase The letter from uppercase to lowercase.
CONV = Notrunc does not truncate the output file.
CONV = swab swaps each pair of input bytes.
CONV = NoError does not stop processing when an error occurs.
Conv = sync puts the size of each input record to the size of the IBS (filled with IBS).