1.what is repartionoing technique?
2.what deliverables transferred to client using datastage?
3.how to write loop statements using nested loop sequence?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use target hash file as a lookup ?
Tell me the syntax of Configuration file?
Can we use Round Robin for aggregator?is there any benefit underlying?
How to add zero "0" before record in a field?
What is the purpose of pivot stage and types of containers in datastage
Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?
what is the new version in Datastage ? what is the diff b/t New vesion & 7.5 version?
With out using Funnel Stage, how to populate the data from different sources to single target
convert yyyy mm dd to dd mm yyyy?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
if the source file is CID,CCODE,CONNDATE,CREATEDBY 0000000224,1000,20060601,CURA 0000000224,2000,20050517,AFGA 0000000224,3000,20080601,TUNE 0000000225,1000,20020601,CURA 0000000225,2000,20050617,AFGA 0000000225,3000,20080601,TONE AND TARGET is oracle following are the validations cid loaded with unique records leading zeors has to be deleted while loading cid in target load only customer who got early connected to company conn_date should be loaded into oracle date format cid datatype is varchar2 in target conn_date is data datatype ccode is varchar2 0000000224,1000,20060601,CURA 0000000224,1000,20060601,CURA
in source is like seq file in date column have dd-mm-yy dddd-mmmm-yyyy mm-dd-yy yy-dd-mm yy-mm-dd i want to display only yy-dd-mm date formats only in tgt?