Results In the second line the exclamation “!” gets converted to a pipe “|”. And this caused the program reading the file to fail.
Environment
OS Version: N/A
Cause
Cause type: By design Root Cause: The AS400 agent is workig as intended and is translating the codepages correctly.
Resolution
The AS400 agent is working as intended. It is translating the codepages correctly. The reason why a different codepage is being used instead of the default, is because it depends on the operating system's current settings. Thus, there is no fix for this since there are workarounds to bypass the issue.
Fix Status: No Fix
Fix Version(s): N/A
Additional Information
Workaround :
Use EBCDIC_01141.
Not sure why this worked because it still writes the exclamation incorrectly as a “Ü”. But the program reading the file does not have an issue with it.
In Client 0, copy EBCDIC_00037 to EBCDIC_TEST then switch the exclamation and the pipe.