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 |
What is informatica? Why do we need it?
What happens if we dont select data driven option?
SOURCE 1 a 1 b 1 c 2 a 2 b 2 c TARGET 1 A B C 2 A B C In oracle & informatica level how to achieve
What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.
to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggregator. But here we are increasing one more cache in our mapping i.e; sorter. So how can u convince that you are increasing the performance.?
insallation procedure for power center 8.1.1 especialy domain_config hw to use parameter files
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping using aggregator & router? how
To provide support for Mainframes source data,which files r used as a COBOL files
What are the differences between oltp and olap?
My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.
How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...
if i have one mapping and we already tuned that mapping for performance,everything is fine and loading will take 1 hr,so without doing any change in mapping how could we reduce the loading time from 1hr to 1/2 hr.