Search found 25 matches

by dscon9128
Mon May 11, 2009 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting a particular row in a sequential file
Replies: 7
Views: 3790

Selecting a particular row in a sequential file

Hello Everyone,

I was just wondering if it was possible to read a specific record from a sequential file source stage. I know there is a filter clause which can help me eliminate headers, footers and so on but I was wondering if it would be possible to extract say JUST the nth row of a file.

Thanks!
by dscon9128
Tue Apr 07, 2009 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Manager - Selecting & Moving multiple jobs
Replies: 3
Views: 3406

Thanks for your replies. Yes, I know that option to select multiple jobs exists. Just as you pointed out, we can select the jobs , right click and the drop down gives you a "move to" option which lets you choose the target folder intended for your move. But the thing is , the drop down to ...
by dscon9128
Tue Apr 07, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Manager - Selecting & Moving multiple jobs
Replies: 3
Views: 3406

Datastage Manager - Selecting & Moving multiple jobs

Hi All, I am tryin to select and move multiple jobs at once between folders via Manager. But when I highlight the jobs, and I try to drag and drop the selection, it DOES not let me do so. I know there is an option to do it, but i cant seem to figure why its not working the way it should. Also, when ...
by dscon9128
Fri Apr 03, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification Activity - Emailing attachments
Replies: 0
Views: 906

Notification Activity - Emailing attachments

Hello, I had a question regarding the type of file attachment you could email out with the Notification activity. I have created a .dat file which is very small in size, but DS does NOT include the file as an attachment and throws a message sayin "WARNING - MISSING ATTACHMENT: Cannot open attac...
by dscon9128
Fri Feb 27, 2009 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: locating job sequence in project
Replies: 4
Views: 2046

Thanks a lot, worked great!
by dscon9128
Fri Feb 27, 2009 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: locating job sequence in project
Replies: 4
Views: 2046

locating job sequence in project

Hello, I was trying to save an existing job sequence to another name, when DS refused to let me do so saying another sequence already existed with the same name. I tried looking under the different categories in the the project for the sequencer which already existed,but could not locate it. Is ther...
by dscon9128
Thu Dec 04, 2008 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during loading rows in DB2 database
Replies: 5
Views: 2859

Check your unique key constraints in your destination table.
by dscon9128
Thu Dec 04, 2008 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during loading rows in DB2 database
Replies: 5
Views: 2859

Check your unique key constraints in your destination table.
by dscon9128
Wed Dec 03, 2008 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateTimeCompare
Replies: 2
Views: 1323

chulett wrote:It would be a "user written" routine, so you'll need to find it in the Manager and double-click on it to reveal its secrets. ...
Thanks Craig, yep that was easy enough. I appreciate your time.
by dscon9128
Wed Dec 03, 2008 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateTimeCompare
Replies: 2
Views: 1323

DateTimeCompare

Hi All, I was wondering if any of you have seen this particulare function in a transformer.I am trying to understand specifically, the meaning of DateTimeCompare(lnk1.timestamp,lnk2.timestamp)='INCLUDE'. This is used as a constraint in the transformer, in the sense that if this condition is satisfie...
by dscon9128
Wed Dec 03, 2008 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer trim question
Replies: 3
Views: 1658

The default behaviour of Trim() is to remove leading, trailing and redundant consecutive trimmable characters. Therefore Trim(" ") would leave a single space character as the result. ... Thanks a lot to both of you for your response. Basically , to restate my exact requirement, i need to ...
by dscon9128
Tue Dec 02, 2008 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer trim question
Replies: 3
Views: 1658

Transformer trim question

What happens when you trim('') as opposed to trim (' '), that is trim of a field without a space, and trim of a field with just a single space . I believe trim removes trailing and leading spaces, but what if i want to have just a single space intact? Will trimming remove the single space as well?
by dscon9128
Tue Dec 02, 2008 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting data - partition design question
Replies: 4
Views: 2332

Sorting data - partition design question

Hi , I had a question regarding the ideal partitioning strategy for sorting data , and landing it in 2 datasets thereafter. My design is as : (Inputdata)-->Sort stage ---> Copy ----dataset1 ------------------------------------| -----------------------------------dataset2 That is to say , sort data a...
by dscon9128
Mon Nov 24, 2008 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data transformation -design question
Replies: 2
Views: 1521

Thanks for the response. I dont have the previlige of premium membership, but the little that i could see (using stage variables ) tipped me in the right direction :). I stuck a dummy count column in front of brand and code which would take the same value (say 1) ,as long as brand and code didnt cha...
by dscon9128
Mon Nov 24, 2008 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data transformation -design question
Replies: 2
Views: 1521

Data transformation -design question

Hi , I have a requirement to perform the following transformation , but im not sure how i could go about it. Ive been trying to play around with it, but my efforts have led to dead ends :(. Brand---- code---------- Position A------ 1 ----------------- X A------ 1 ----------------- Y A------ 1 ------...