![]() | ![]() |
|
03-16-2011 06:12 PM
A transfer request is reading a mainframe file of 100 bytes per record, the last twelve of which are spaces. When it arrives on the AIX server the records are 88 bytes long.
Has this to do with CCSID settings?
Suggestions on how to resolve?
Thanks,
Stephen Parker
603.354.7540
03-17-2011 09:40 AM
Take a look at some of the Advanced Settings, such as Format=Fixed, Strip Spaces=False and I/O Access=Traditional
If this doesn't work, consider using a policy file. You can specify a fixed level format using Policies:
Policy.xml
<Format>
<Record type="fixed">
<length>100</length>
</Record>
</Format>
dpath=xmdir://Policy.xml
04-07-2011 01:59 PM
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















