Search found 15603 matches
- Wed Nov 23, 2005 3:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: c routine for substrings
- Replies: 6
- Views: 1524
- Wed Nov 23, 2005 3:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Error
- Replies: 3
- Views: 1051
RK, DataStage has so many components that it is necessary to find out exactly where the error is occurring. If it occurs in all the client connection tools and with different users then it is almost certain that the error is in the project and not on the client side. In that case the project is corr...
- Wed Nov 23, 2005 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we handle unstructured data?
- Replies: 7
- Views: 3471
The concept of "structured" data is always relevant to setting. If I look at a table with 2 columns containing a name and a date of birth I consider this to be structured; if this table is a in an Excel sheet then it is structured for Excel; if it is a digital picture of a screen shot of the same do...
- Wed Nov 23, 2005 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do we have Parallel extender support in Windows version
- Replies: 2
- Views: 830
Look at Ascential Software product availability for this.
- Wed Nov 23, 2005 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issues
- Replies: 10
- Views: 2685
If you just read the data from Oracle without lookups you are hopefully getting several thousand rows/second, right? The lookups are slowing the job down, as they are being done explicitly for each row. You can speed these up by ensuring that you perform optimal queries, use only those columns neede...
- Wed Nov 23, 2005 1:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Attach datetime to file after succesful completion of job
- Replies: 6
- Views: 1988
Where do you need this timestamp? DS Jobs will let you use @DATE and @TIME to get the current time into a variable for use within a job. You can use the corresponding OS functions if you shell out to perform file copy operations. "Job Properties" is a designer box, and apart from the parameters ther...
- Wed Nov 23, 2005 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can't handle the 7 digits figure???
- Replies: 14
- Views: 4463
- Wed Nov 23, 2005 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Error
- Replies: 3
- Views: 1051
- Wed Nov 23, 2005 1:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No output from Hash file
- Replies: 3
- Views: 1172
lohiya, it sounds like your data stream is from a sequential file and you are doing a reference lookup onto your hashed file. Check to make sure that the key you declared for the hashed file is correct and that the values you are using in the transform stage to get teh hashed file records are actual...
- Wed Nov 23, 2005 1:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding max of date
- Replies: 5
- Views: 1523
- Wed Nov 23, 2005 1:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aborting a Job from within Another Server Job.
- Replies: 1
- Views: 661
- Tue Nov 22, 2005 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle different DB schemas for Dev, Test and Prod
- Replies: 6
- Views: 1446
- Tue Nov 22, 2005 1:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob ERROR
- Replies: 9
- Views: 4947
sobral, The environment variable is always present. What you need to have as part of your LIBPATH is an entry in there pointing to the /lib directory underneath your $DSHOME directory path. Perhaps you could "env | grep LIBPATH" and see the value. It looks like it is missing or has a syntax error pr...
- Tue Nov 22, 2005 1:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run job options limit page
- Replies: 4
- Views: 1302
- Tue Nov 22, 2005 10:40 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Clearcase/Datastage
- Replies: 6
- Views: 3671
Clearcase cannot do version control directly for DataStage objects directly, since they are stored in tables. The only practicalbe method (and I use that term very loosely) is to use the Export and Import functionality to control versioning between projects and between your development/test/producti...