Search found 6797 matches

by DSguru2B
Fri Jul 07, 2006 10:11 pm
Forum: Site/Forum
Topic: Update the home page
Replies: 7
Views: 3697

So Texas rules huh?
How many showed up, aproximately ???
by DSguru2B
Fri Jul 07, 2006 6:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If I am not a chatter member........
Replies: 7
Views: 1777

Actually look at it from a per day basis. Less than 14 cents a day you can get full access. Cheaper than peanuts. :wink:
by DSguru2B
Fri Jul 07, 2006 6:22 pm
Forum: Site/Forum
Topic: Update the home page
Replies: 7
Views: 3697

Same here. Want feed back :wink:
by DSguru2B
Fri Jul 07, 2006 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

Ok do this, connect routine activity to a job activity. When you open the 'Value Expression' for the job parameter inside the job activity and right click on it, what do you see. Do you see 'Acitivy Variable'. If you do then choose $ReturnValue from it and you can safely call the UtilityHashLookup()...
by DSguru2B
Fri Jul 07, 2006 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_AUDIT retention, schema, and content
Replies: 9
Views: 1779

In the command prompt of administrator, type LIST DICT DS_AUDIT. That will give you the structure of that table/hashed file. As far as my knowledge goes, i believe the entries in DS_AUDIT stay there for a long time Yes, this table can tell which person edited/deleted which job when. Some developers ...
by DSguru2B
Fri Jul 07, 2006 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence unable to restart
Replies: 7
Views: 1575

mab_arif16 wrote:I sequence is calling another sequence in the job activity ,and if it use the option reset if required then run ,will the inside sequence reset .


Yes it will.
by DSguru2B
Fri Jul 07, 2006 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple conditions to remove duplicates
Replies: 12
Views: 2934

Coz i am still learning and getting there.... BTW, my initial sql query is kinda wrong. I had that doubt yesterday, but thought someone would correct it. You really need to write some heavy sql to get this. Following is the query to satisfy the first three conditions Hashed file A and Hashed file B(...
by DSguru2B
Fri Jul 07, 2006 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple conditions to remove duplicates
Replies: 12
Views: 2934

Here are my views, 1) Create Hash file for both files File A and File B Yes, and in account. while creating the hash files. (Q1) Should the keys be a) for File A -> A.KEY, A.col1,...... A.col5 b) for File B -> B.KEY, B.col1,...... B.col5, B.to_pickup as we dont want to loose anything while creating ...
by DSguru2B
Fri Jul 07, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control process pid has failed
Replies: 7
Views: 2528

at the unix level you can set the warning level dsjob -run -warn 1 Projectname Jobname -warn 1 will set the warning limit to 1. YOu can specify any number there. And as per the job that aborted abruptly, you need to go in the director, reset it, some more messages will be written to the log file. Yo...
by DSguru2B
Fri Jul 07, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get parameter values from file
Replies: 4
Views: 976

Do a search. This has been covered a lot over here. Start here
by DSguru2B
Fri Jul 07, 2006 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control process pid has failed
Replies: 7
Views: 2528

Thats all the messages that you can provide us ?
Do a reset and see what other messages show up in your log file.
by DSguru2B
Fri Jul 07, 2006 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

You mean not bugging us You are not. The invocation ids come into existence when you make a job multi-instance. You can run several instances of a particular job at the same time which is distinguished from one another on invocation id. I suggested to your friend in my other post to use the invocati...
by DSguru2B
Thu Jul 06, 2006 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple conditions to remove duplicates
Replies: 12
Views: 2934

I got your requirement. BTW, you mean count(B.key)=1. As i advised before, load the two files into a hashed file and access them via universe stage Write a sql query on it. something like select A.col1,A.col2,A.col3,A.col4,A.col5,B.to_pick from A INNER JOIN B on A.col1=B.col1 and A.col2=B.col2 and A...
by DSguru2B
Thu Jul 06, 2006 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

That post was different as mahi_mahi needed to run a second job with each value read from a csv file in the first job. I asked him to load the csv file into a hashed file with an extra column that would be the key a running number incremented sequentially, which will also be the invocation id for th...
by DSguru2B
Thu Jul 06, 2006 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop in DS7.1
Replies: 38
Views: 9090

That link is not working. Its taking me to a login page and once i login, it dosnt show the topic.