ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
AS400 agent configured on EBCDIC_00037, but EBCDIC_01141 used to write special characters
book
Article ID: 87966
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Error Message : N/A
Unable to write special characters.
When EBCDIC_00037 is used on the agent attribute, the special characters are wrong or are mangled on WRITE_PROCESS.
EBCDIC_01141 needs to be used to write to an AS400 system using EBCDIC_00037.
Investigation
In an AS400 job, type this command in the Process tab:
Results In the second line the exclamation “!” gets converted to a pipe “|”. And this caused the program reading the file to fail.
Cause
Cause type: By design Root Cause: The AS400 agent is workig as intended and is translating the codepages correctly.
Environment
OS Version: N/A
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.