Search found 189 matches

by ady
Mon Nov 27, 2006 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question about system timestamp in oracle table
Replies: 3
Views: 1236

Question about system timestamp in oracle table

I am trying to get the system date and time into a oracle table. I am using Oconv(Date(),"D,YMD[4,2,2]") and giving the datatype as Timestamp in datastage. I get the date in the oracle table but the system time displays as 00:00:00. Do i have to give it another format to get the time . Ple...
by ady
Wed Nov 22, 2006 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count in Transformer
Replies: 4
Views: 2337

[quote="thumsup9"]RowCount = DSGetLinkInfo(hJob, StageName, LinkName, DSJ.LINKROWCOUNT)
quote]

What should i substitute for each of these "hJob", "StageName", "LinkName", "DSJ.LINKROWCOUNT"
by ady
Wed Nov 22, 2006 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count in Transformer
Replies: 4
Views: 2337

Record count in Transformer

How can i get the record count of a specific input column in a transformer
along with the other transformations.

And can i take out the max value of the Record Count. I do not want to use a aggregator for this.
by ady
Tue Nov 21, 2006 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run script in DS job n get the script o/p in same DS job
Replies: 3
Views: 858

Run script in DS job n get the script o/p in same DS job

I have a script written and i need to run the script in my datastge job and also use the output of the script in the same job for further transformation.

how do i do it?
by ady
Tue Nov 21, 2006 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sort stage
Replies: 4
Views: 1206

Re: Problem with Sort stage

In the query there is order by three fields (ie order by 1,3,4) and i used sort stage to satisfy that , but the data is not sorting . any clue why this is happening? any other solution to sort apart from this? Click on the blue part to go to beaditya's relating post. How are you exaclty specifying ...
by ady
Tue Nov 21, 2006 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with this constraint ...
Replies: 3
Views: 744

Yes "MATCH" works like magic !! ... still figuring out if i am getting the right output ..
by ady
Tue Nov 21, 2006 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sort stage
Replies: 4
Views: 1206

Problem with Sort stage

In the query there is order by three fields (ie order by 1,3,4)
and i used sort stage to satisfy that , but the data is not sorting .

any clue why this is happening?

any other solution to sort apart from this?
by ady
Tue Nov 21, 2006 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: have problem with the sort stage
Replies: 2
Views: 996

have problem with the sort stage

I have a job where the i need to implement the query using stages the query looks something like this SELECT A.RACCOUNT C.REP_TO_ACC FROM VB.R_M_LAST A, VA.M_H_LAST B, VA.M_H_LAST C WHERE A.M_ACCOUNT_NO = B.M_ACCOUNT_NO AND B.REP_TO_ACC = C.M_ACC_NO AND C.HQ_IND = 'Y' AND CURRENT DATE < A.REDEPLOY_E...