Vsam Files In Informatica

Posted on by admin
Vsam Files In Informatica
  1. Vsam Files In Informatica 2
  2. Vsam Files In Informatica Training
Vsam Files In Informatica

Vsam Files In Informatica 2

Vsam Files In Informatica

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. Unwritten laws of business pdf.

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? When code page was changed to ASCII we could only map string data. That's because character encoding only applies to string data. Bytes of data such as 'packed' bytes or binary data bytes have no meaning after being converted to a different character encoding unless first converted to character representations.

What platform is running the COBOL? In COBOL, the meanings of the various 'COMP' data types change depending on hardware platform and potentially even OS.

Vsam Files In Informatica Training

(I suppose even by specific compiler though I don't know of examples.) Without knowing how your specific COBOL maps data types to memory bit patterns, there's no good way to guess how 'mainframe 'packed' data should properly be handled.