We have used the below process in loading the file(with comp3 data) to informatica from Mainframe.
- FTPd the mainframe file in Binary mode to Unix server
- Imported the source cobol copybook as VSAM file type
- Set the source file properties as fixed width and codepage as IBM EBCDIC US English IBM1047.
- Verified the USAGE in source as COMP3 for the relevent fields
Even with above steps we could not map the comp3 fields correct. When code page was changed to ASCII we could only map string data.
Could you please let us know what we could be missing?