two types of data are there . one is mainframe and the other
is ascii format . in informatica how can you get both the
data in a single format in ascii .
Answers were Sorted based on User's Feedback
code page will be used to read/write data properly, w/o
missing anything. To read mainframe data, appropriate code
page needs to be used e.g. ebcdic. Ascii code page will be
used to read ascii format data. Once the sources are
finalized with code pages, then these sources can be used in
mapping. If required normalizer transformation can be used
to read mainframe data. Once required operation is done
through transformation logic then target can be written into
ascii by using ascii code page.
| Is This Answer Correct ? | 3 Yes | 0 No |
if i have a delimited file as source so how can we seperate this file into three diff targets?
How to load data in informatica ?
Without using Lookup & Sequence Generator, How to generate Sequence?
If you want to create indexes after the load process which transformation you choose?
What are the out put files that the informatica server creates during the session running?
Is it possible to create multiple domains on a single Informatica server?
Explain the difference between mapping parameter and mapping variable?
What is the function of look up transformation?
What is a filter transformation and why it is an active one?
what is target update override and when we use it?
Explain sql transformation in script mode examples in informatica
How can you recover the session in sequential batches?