Search found 7 matches

by wizee
Mon Jun 15, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data
Replies: 3
Views: 1844

Yes, that is a typing mistake.
The date1 is sysdate and coldate comes from the database. As I mentioned this SQL runs fine on TOAD. I think I am doing something wrong while coding in Datastage. I am not sure what.
by wizee
Sun Jun 14, 2009 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data
Replies: 3
Views: 1844

Error while viewing data

Hi, I am trying to execute a SQL query at Oracle Stage. My query is --- select a.col1, a.col2,a.col3 from table1 a, table2 b where a.coldate>date1 and a.co4=b.col1 and b.col2-'1234' order by a.col1 desc; This SQL runs and gives correct result when run with TOAD. When I plug in the same query at Orac...
by wizee
Fri Dec 12, 2008 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove box character insequential file
Replies: 17
Views: 7703

Thanks Craig, this is resolved for me.
by wizee
Mon Sep 15, 2008 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure
Replies: 2
Views: 1578

This DB2 stored procedure gives correct output when I test it outside datastage. Is there something I need to set up for a stored procedure stage within datastage to view both the outputs?
by wizee
Sun Sep 14, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure
Replies: 2
Views: 1578

Stored Procedure

I have a stored procedure which outputs two result sets. Result set #1 col1 col2 col3 1 b test Result set #2 col4 col5 col6 34 abcd 122 My first job is designed to get the Result set#1 and second job to get Result set#2.My problem is I get the results from Result set#1 in my second job also. I have ...
by wizee
Wed Sep 10, 2008 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage
Replies: 1
Views: 1391

FTP Stage

Hi, I am trying to use the FTP stage for the first time. I need to FTP a file from windows to UNIX. I need to FTP the same file after some transformation fromm UNIX to windows. The file is a sequential file. Is it possible to achieve just using the FTP enterprise stage? How would be my job design? F...
by wizee
Sat Sep 06, 2008 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters
Replies: 1
Views: 1364

Parameters

Hi, I am using the User Variable Activity Stage in my sequencer. I am calculating a value using this stage which will be used further down in the sequencer. My expression looks something like this Varaiblename : routinename("command":/directorypathname) I am trying to parameterize the /die...