Search found 11 matches

by sudarshan
Mon Nov 07, 2005 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup against DB2 ignores WHERE clause?
Replies: 11
Views: 6544

Well,

why don't u try with putting drop option for lookup failure ?
I believe it is set to continue now.

Sudarshan
by sudarshan
Mon Nov 07, 2005 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Inserts on UDB For a Single Record
Replies: 1
Views: 1366

Re: Multiple Inserts on UDB For a Single Record

Hey,

One simple way of achieving this is by using a lookup stage and putting the condition u have specified as the lookup condition and then dropping the lookup failures.

:)
Sudarshan
by sudarshan
Mon Nov 07, 2005 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using date_from_string function in modify stage
Replies: 3
Views: 3113

Hey, Can u plss explain what use it will be to store three date fields in three different formats unless u r storing em as string ... because, whichever database u use will ultimately write to will store em in only one format. So, can u plss specify the datatypes u r abt to use, ur target and what e...
by sudarshan
Mon Nov 07, 2005 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: required end_time
Replies: 2
Views: 1820

Hi,

Use the TimestampFromSecondsSince(seconds,timestamp) function. Note that here you can put number of seconds in negative value as well.

:) Sudarshan
by sudarshan
Mon Nov 07, 2005 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using date_from_string function in modify stage
Replies: 3
Views: 3113

Re: using date_from_string function in modify stage

Hi Balajisr,

If you go to EDIT->PROPERTIES and edit the job properties in the Defaults tab you can find the default date and time formats used for the job. There u can set your specific format to be used for the job.

:)
Sudarshan
by sudarshan
Wed Jul 20, 2005 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE error-load
Replies: 3
Views: 3013

Re: DB2 EE error-load

Hey !!! At last u r someone who is having the same difficulty as I had with DB2 Load stage in PX. 8) Now, do something, do the same job as a server job ... it will run smooth(if u have validation error ignore and run straight away after compiling). Now, for using the DB2 EE stage, did u do the follo...
by sudarshan
Mon Jul 11, 2005 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal format
Replies: 1
Views: 1412

Decimal format

Hi, In a transformer I am converting decimal coming in as varchar to decimal. When I use no conversion function it automatically converts correctly. For inputs which are not in decimal format it gives default zero. But when I use If IsValid("decimal",Trim(DSLink2.DECIMAL_1))=1 Then Trim(DS...
by sudarshan
Sun Jul 10, 2005 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NEW ENTRY
Replies: 3
Views: 1883

Re: NEW ENTRY

Hey ... WELCOME :lol: :lol:

n ... if u r new to DS as well, then I'll give u one sound piece of advice. Work on ur perseverance and patience !!!

U will require loads of em !! :D
by sudarshan
Sun Jul 10, 2005 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema for sequential file
Replies: 4
Views: 4218

Hi First check your source file whether you have the delimiters set correctly. Next this is to verify the source file Sequential File property and inside click the Format Tab and make sure that you have Null Field Value with some default value or empty string. Thanks Hey I did as per your suggestio...
by sudarshan
Fri Jul 08, 2005 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert datetime to timestamp
Replies: 21
Views: 17104

Re: convert datetime to timestamp

Hi,

since you r converting date to timestamp I will assume u will give some default time ... say 00:00:00

U can use this : StringToTimestamp(DateToString(DateColumn):"00:00:00")

this should solve the problem.
by sudarshan
Fri Jul 08, 2005 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema for sequential file
Replies: 4
Views: 4218

Schema for sequential file

Hi I am trying to develop a single job which will load data from one sequential file to another without any transformation, while the file names and the schema will be parametrized. I am using runtime column propagation and have already developed the job (I am not importing metadata ... I am only sp...