Search found 6797 matches

by DSguru2B
Wed Feb 07, 2007 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6100

I am not sure If I can do that but I can certainly explain you all the properties i set. FOr column meta data I created a file with your sample data and imported it. Fixed the length and precision. Under Properties, for options I had First Line is Column Names = True Keep File Partitions = False Mis...
by DSguru2B
Wed Feb 07, 2007 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

Ok, then post the sample contents here and also tell me the number of columns present. Make sure you copy paste the contents here.
by DSguru2B
Wed Feb 07, 2007 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6100

I just recreated a sample job similar to your situation and its working fine provided you are not giving a default value. Can you confirm that the value is infact not space and just empty.
by DSguru2B
Wed Feb 07, 2007 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

I failed to see Craig's reply as we both posted at the same time. He is so right. All you need to do is go talk to that person.
by DSguru2B
Wed Feb 07, 2007 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

Open your file as a text document. Copy and paste a few records here enclosed in "code" tags. Lets see how we can tackle this using just DataStage. Also , how many columns are supposed to be in your file?
by DSguru2B
Wed Feb 07, 2007 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file key field
Replies: 12
Views: 3806

According to my understanding, if the hashed file gets null as a key, it looks for a valid key and doesnt complain about the null. Just works with the second key. Next time you get the same composite key, the previous one gets over written. But if you have all keys as null, the record will be reject...
by DSguru2B
Wed Feb 07, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How it become read only
Replies: 2
Views: 834

If the category was imported using Version Control then it is possible that the person doing the import, marked them as read only. You can re-import the jobs and this time make it writable.
by DSguru2B
Wed Feb 07, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Calling Subroutine
Replies: 1
Views: 858

Did you try searching on your error message?
by DSguru2B
Wed Feb 07, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

How about you save the xls sheet as tab delimited file. See if that works.
by DSguru2B
Wed Feb 07, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in - Sequence of records processed by DataStage
Replies: 10
Views: 3389

Cant he stick a transformer before the database stage and then choose combinability mode as "combinable" from the transforme stage properties ? But as noted by others, this will still not ensure how the record is stored in the database. But if you are loading to a file then by setting the combinabil...
by DSguru2B
Wed Feb 07, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a SQL Server stored procedure in ds
Replies: 4
Views: 1341

If it doesn not have IN or OUT parameters then you can just call it in either before or after sql tab of DRS stage.
by DSguru2B
Wed Feb 07, 2007 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

When you say its nothing, you mean not even a delimiter? If thats the case then you can read the entire line as one record, do an INDEX() on delimiter and if its equal to 0 then reject it. You cannot exactly check for NULLS in a flat file.
by DSguru2B
Wed Feb 07, 2007 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6100

In the properties tab of sequential file stage, what have you set the "Reject Mode" to?
by DSguru2B
Wed Feb 07, 2007 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE filename changed
Replies: 5
Views: 1095

I guess then an export, find and replace and finally import would be the way for you. Otherwise you can purchase Kim's PNav to get this done for you in a much cleaner fashion.
by DSguru2B
Tue Feb 06, 2007 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information of the job in the routine
Replies: 3
Views: 690

You can use it in after job subroutine or after stage subroutine. It should work fine. Where are you currently using it?