how do u convert date in 20-12-07 to dec-20-2007 or 20-dec-
2007 or 20-dec-07 in parallel
Answer Posted / prasad
use column datatype as varchar
DateToString(StringToDate(DSLink3.DateColumn,'%dd-%mm-%2000yy'),'%mmm-%dd-%yyyy')
use above format in derivation for transformer stage, u will get the desired output.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
project Steps,hits, Project level HArd things,Solved methods?
What all the types of jobs you developed?
how to write server Routine coding?
Where do the datastage jobs get stored?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
Explain usage analysis in datastage?
What are datastage sequences?
What are the types of hashed files in data stage
What are the different plug-ins stages used in your projects?
Define Job control?
Demonstrate experience in maintaining quality process standards?
CHANGE CAPTURE
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
How do you remove duplicate values in datastage?