Hi Friends,
How i could convert a cobol file (VSAM) into the flat file?
How i could edit a cobol source file (VSAM)? I want to
introduce few columns in the source file and finally the
target should be in the Cobol itself.
Kindly suggest me friends.
Thanks in Advance,
Innai
Answer / prateek
Use Normalizer Transformation. It acts as a source qualifier for the cobol /VSAM files. For complete details, please see the help document. This is explained in step by step process and I am certain that you will get a clear idea about the process after that.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can you change from reusable session into non-reusable session.
Hi, I have one flatfile as target in a mapping . When i am trying to load data second time into it. The records already is in flatfile is getting override. I don't want to override existing records. Note : we can do this by implementing CDC / Incremental pool logic if target is relational . But this is flatfile. So, even i use this same technique it will override only So what is the solution ? Is there any option at session level for flatfile target ? Advance Thanks
What are set operators in Oracle
What are teh different tasks that can be created in workflow manager?
What are Dimensions and various types of Dimensions?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,
differnece between joiner and a look up(please don't give just definitions)....i mean in which scenario it is better to use joiner and in which scenario better o use lookup ??
source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000
How to handle decimal places while importing a flatfile into informatica?
what is index?how it can work in informatica
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks