Bad characters in the email address when sending an email message via Email Report Server/400 and MAILSPLF - Support

Bad characters in the email address when sending an email message via Email Report Server/400 and MAILSPLF

From Support

Jump to: navigation, search
If you have a question or seek clarification, please call Technical Support.

Problem:

Bad characters in the email address when sending an email message via Email Report Server/400 and MAILSPLF

The @ sign in the email address is converting into the following character: §

Solution:

The System i appears to be running a non-US CCSID (Coded character set identifier), so you need to run the following System i command prior to running any of the commands:

CHGJOB CCSID(37)    

After running the email processing, they can use the CHGJOB to switch back to the original job CCSID.

To display the original CCSID value, you can run the following command before changing the CCSID for the current sign on session. Look for the correct CCSID (Coded character set identifier)

DSPJOB OPTION(*DFNA)
Personal tools