Search found 52 matches

by sivatallapaneni
Wed Mar 31, 2004 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLEAR.FILE
Replies: 8
Views: 3737

Thanx for clearing that up. lesson learnt. I totally forgot about the &PH& and what it contains. i was talking in general i guess about hash file.

live and learn,
Siva.
by sivatallapaneni
Wed Mar 31, 2004 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLEAR.FILE
Replies: 8
Views: 3737

Hi, I dont think CLEAR.FILE deletes any thing, it only clears the contents of the file i guess. With my limited knowledge on this topic But i checked the Basic manual here is what it says Use the CLEARFILE statement to delete all records in an open dictionary or data file. You cannot use this statem...
by sivatallapaneni
Thu Mar 25, 2004 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 6
Views: 1786

Do a search and you will definetly find some thing to get going.

Here is a good one.

Code: Select all

http://dsxchange.com/viewtopic.php?t=86052&highlight=openpath
This should get you going.

Siva.
by sivatallapaneni
Wed Mar 24, 2004 7:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 6
Views: 1786

In a before job get the max surrogate key and write it to a hash file and write a routine to get the value in the hash file and assign that to a stage variable and increment that stage variable using your @OUTROWNUM.

Hope this helps.
Siva
by sivatallapaneni
Mon Mar 15, 2004 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How should I use the system variables(@User0-@User4)
Replies: 8
Views: 4485

Thanx Ray, ur True GURU
I didnt know it works like that till now.

Have a good one.
by sivatallapaneni
Mon Mar 08, 2004 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Problem...
Replies: 11
Views: 2724

I closed and reopened my connection and it workd fine now. i did that before also, it did work that time. I have no clue.

Thanx guys for the replys.
Have a good one.
by sivatallapaneni
Mon Mar 08, 2004 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Problem...
Replies: 11
Views: 2724

There's nothing in that, blank.
by sivatallapaneni
Mon Mar 08, 2004 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Problem...
Replies: 11
Views: 2724

There's no shift in columns. columns are in the same position. only some columns are balnk in the second job.
by sivatallapaneni
Mon Mar 08, 2004 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Problem...
Replies: 11
Views: 2724

Metadata is same, hash file name is same. and also giving the right path. data is visible in some of the columns i dont know what's happening with the other columns.

Thanx for the reply though.
by sivatallapaneni
Mon Mar 08, 2004 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Problem...
Replies: 11
Views: 2724

Hash File Problem...

Hi, I'm having probelm with hash file. I created a hash file in the a job and viewed the data, all the data fileds are populated and every thing looks fine. then i save the table definition and build one more job to use the hash file as a lookup when i viewed the data in this job in the data browser...
by sivatallapaneni
Thu Feb 19, 2004 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need Datastage license key ( windows 2000 )
Replies: 7
Views: 3118

I'm totally with u guys.
by sivatallapaneni
Tue Feb 10, 2004 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop stage .....
Replies: 4
Views: 5084

Ok, so i have to write my own string functions to do all the manipulations. like in a regular c compiler i cannot use any of the library functions? It looks like you are trying to call the Transformer functions from a buildop code i thought they are functions that i can use. ok u mean to say i have ...
by sivatallapaneni
Tue Feb 10, 2004 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop stage .....
Replies: 4
Views: 5084

Thanx Vitali for the reply, I'm getting these error messages Error: The function "Len" must have a prototype. Error: The function "Left" must have a prototype. Error: The function "Left" must have a prototype. Error: The function "Left" must have a prototype. ...
by sivatallapaneni
Tue Feb 10, 2004 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop stage .....
Replies: 4
Views: 5084

Buildop stage .....

Hi Every one, I'm trying to build a BuildOp stage to be used in paralle jobs. i have incoming data that is 150 character long i have to parse the record and send it to many fileds. i'm trying to use the macros to get the string length and substring. so far i'm not sucessful in doing that. I tried to...
by sivatallapaneni
Wed Jan 14, 2004 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using an array as a job handler
Replies: 30
Views: 14275

Hi Ken, Is there any way you could send me a copy of it. i'm trying to do some of the thing what you have mentioned. Run multiple instances of a job in a batch job-control which is again invoked by a sequencer. we could get the start time, end time, link info, job status for every instance. we did t...