What is the function you would use to transfer a string into a decimal?
No Answer is Posted For this Question
Be the First to Post Answer
What are the primary keys and foreign keys?
How abinitio eme is segregated?
How do you truncate a table?
I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?
Describe which system or process elements you would review when trouble-shooting general server slows ?
What are the key elements of a data processing system?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
Hi friends, I have 100 records in my input file, if i run first,the first 10 records are stored into the output and if i run second time next 10 records stored into the output file like that please let me know the answer Thanks, krishna
what is the syntax of m_dump command?
i need help from u. i want to learn abinitio. please provide pdfs or material or books.
How many components in your most complicated graph?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC