View previous topic :: View next topic
|
Author |
Message |
Leila
New User
Joined: 10 Jun 2023 Posts: 12 Location: Canada
|
|
|
|
I have Packed decimal value in input . it seems file manger is doing character set conversion , and having different value in output.
INPUT:
OUTPUT
it is changing X'811010839C' To X'408140408340'.
how can I stop this conversion , and having the same string in output. |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2117 Location: USA
|
|
|
|
ALL AVAILABLE INFORMATION AND ALL USED CODE IS REQUIRED to provide any meaningful advice.
One thing is obvious: all "unacceptable" characters are replaced with blanks.
The first inserted blank is a Carriage Control character.
Some sort of "report formatting" has occurred, for the reason you decline to demonstrate to public. |
|
Back to top |
|
|
Willy Jensen
Active Member
Joined: 01 Sep 2015 Posts: 724 Location: Denmark
|
|
|
|
Please show us all the filemgr control stmts. |
|
Back to top |
|
|
Leila
New User
Joined: 10 Jun 2023 Posts: 12 Location: Canada
|
|
|
|
Hi
I just wanted to let you know that I used $FILEM SET PRTTRANS=Off , and it resolved the issue.
I have one more question:
I need only output records in the output file ,no more detail information about file manager,How can I do that?
Thanks for your help
Regards
Leila |
|
Back to top |
|
|
|