Search found 10 matches

by dstechdev
Sun May 08, 2005 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq_File
Replies: 12
Views: 4868

What I meant to say here that if there indeed was a duplicate y record and it was erred off, you wouldn't know which x record/seq it belong to
by dstechdev
Sun May 08, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq_File
Replies: 12
Views: 4868

I don't think sorting is the primary issue to the original question. From the input data described above, I don't see any relationship between x records and y records. Even if the data described is in the correct order, how would you know which x record a y record belonged to? Until this relationshi...
by dstechdev
Sat May 07, 2005 9:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass values between jobs?
Replies: 12
Views: 5799

I did something similiar to this but I broke it up into two routines. The first routine stored the keyed value in one job and the second routine retrieved it in a subsequent job

john
by dstechdev
Sat May 07, 2005 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SequentialFile
Replies: 4
Views: 1745

As long as both files have the same row delimeter, try making the column width varchar(250). Should handle both 250 and 100
by dstechdev
Thu May 05, 2005 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array 'DSGetLinkInfo' never dimensioned
Replies: 6
Views: 2602

Searching FAQs for DEFFUN may give you a good starting point for researching the issue
by dstechdev
Wed May 04, 2005 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variables
Replies: 1
Views: 894

There is a post in FAQs that addresses this

viewtopic.php?t=92038
by dstechdev
Thu Dec 23, 2004 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To run a job with job parameters...........
Replies: 11
Views: 28630

We had a situation where we had to add an environmental variable created in Administrator to approx 60 jobs. We first created the variable with a default value. When we went to add the variable to each job, the default value was being populated. Realizing that this value could change, I found that u...
by dstechdev
Thu Jun 10, 2004 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Project's Environment variable.
Replies: 10
Views: 4975

One way is to open the job properties of a job, click on Parameters then click on Add Environemnt Varaible in the lower right hand corner


John F.
by dstechdev
Mon Jun 07, 2004 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting a single DataStage component
Replies: 2
Views: 1522

Exporting a single DataStage component

I've searched this forum for any info on exporting a single DataStage component via a commandline process and the closet I've seen is using dscmdexport to export the whole project. My question is - If I can export a single component via Manager from a project as an XML file,setting the options I nee...
by dstechdev
Mon Jun 07, 2004 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with ODBC
Replies: 6
Views: 4092

In my experiences with lookups, I have found that if you are using constraints on a lookup, the NOTFOUND variable on the link works only with hash lookups. If you need to put a constraint on an ODBC lookup you have to check for ISNULL(hashkey)


John F.