You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files transferred via logFilePatterns action are corrupted upon receipt if they do'nt have an explicit CCSID.
In this case, the transfer is performed in binary mode; the default for such a file is EBCDIC IBM-1047, so the file should be transferred in text mode with conversion.
Development environment used
Problem Description
Files transferred via logFilePatterns action are corrupted upon receipt if they do'nt have an explicit CCSID.
In this case, the transfer is performed in binary mode; the default for such a file is EBCDIC IBM-1047, so the file should be transferred in text mode with conversion.
Observed behavior
Expected behavior