Search found 118 matches

by amsh76
Thu Jun 02, 2005 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare two dates in DS format SQL.SMALLDATETIME
Replies: 6
Views: 1654

Or you can convert them in DS internal format and then do the comparison.
by amsh76
Thu Jun 02, 2005 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove the duplicate records
Replies: 10
Views: 3233

If your volume is not that high, you can always write the records to HF, but make sure you sort them before writing.

HF will remove the duplicates for you.
by amsh76
Wed Jun 01, 2005 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting warning message in viewing data in source
Replies: 7
Views: 3800

The problem is not with the line terminator..its with column delimiter. View your data and see if you have this delimiter anywhere in the record as part of the data...
by amsh76
Wed Jun 01, 2005 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rename the Job Category
Replies: 4
Views: 1515

you can not rename the category..but you can get the same result by creating a new category with the name you want and move the jobs from the category you want to rename to this new category...and then delete that old category.

Or otherwise do search and replace in the dsx
by amsh76
Wed Jun 01, 2005 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage variable Vs Routine- Which one gives good performance
Replies: 4
Views: 1565

If you are going to use same logic, in different jobs use routine, but if the logic is used specifically for some field in one job you are better off using Stage variable.
by amsh76
Tue May 31, 2005 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext - timeout waiting for mutex
Replies: 6
Views: 2019

I had this problem arise in my job, due to Inter process or row buffering on...you might want to check there. Increase the timeout period for Interprocess (if you have that enabled)
by amsh76
Thu May 26, 2005 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup getting zero matches
Replies: 13
Views: 2827

johm73 wrote:Yes those are the fields I'm joining or looking up on
But I dont see that field in your input file.
by amsh76
Thu May 26, 2005 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup getting zero matches
Replies: 13
Views: 2827

Whats

bp_file_ques_num--------- bp_file_ques_num ?

Is that how you are doing a lookup?
by amsh76
Thu May 26, 2005 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup getting zero matches
Replies: 13
Views: 2827

What fields are you using to join the HF and Seq File..Can you please describe your input and hf metadata..
by amsh76
Thu May 26, 2005 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup getting zero matches
Replies: 13
Views: 2827

Do you have any constraints?
by amsh76
Thu May 26, 2005 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup getting zero matches
Replies: 13
Views: 2827

how did you put your condition..
by amsh76
Thu May 26, 2005 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup getting zero matches
Replies: 13
Views: 2827

Use trim ..may be there is a blank space
by amsh76
Thu May 26, 2005 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String format
Replies: 3
Views: 1166

substring or []...
by amsh76
Thu May 26, 2005 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining SeqFile and oracle Table
Replies: 3
Views: 1650

Use OCI stage as look up..but with high volume it will hurt performance.
by amsh76
Thu May 26, 2005 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted, i want to start excution from where it aborted
Replies: 6
Views: 1831

Yes you can, but you will need a process that keeps the track of how many records read/written and can add a extra parameter for start point. Then you can put a constraint using @INROWNUM....and startpoint