Search found 73 matches

by EJRoufs
Thu Jun 16, 2005 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Scheduling with DataStage Director
Replies: 14
Views: 16431

Job Scheduling with DataStage Director

We are using DataStage v 7.1 on 2 Windows servers. We don't use the DataStage Job Scheduler a real lot here, but let me give you some background first. Apparently, you have to have Admin rights to the server to use the Scheduler. Only a few of us have that. I am one of those. Unfortunately, most peo...
by EJRoufs
Wed Jun 15, 2005 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: differences in versions
Replies: 5
Views: 77475

ray.wurlod wrote:7.5 was the next release after 7.1. There was no version 7.2, 7.3 or 7.4.

Ahhh.... that is good to know, as well. Thanks, Ray. I guess I made a bad assumption there. :>
by EJRoufs
Tue Jun 14, 2005 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: differences in versions
Replies: 5
Views: 77475

Thanks, Arnd. That's quite a list! :> So, is this list just what was fixed between version 7.4 and 7.5? If so, that's quite a list! I can only imagine that the bugs fixed and enhancements added between 7.1 and 7.5 would be quite significant!
by EJRoufs
Tue Jun 14, 2005 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: differences in versions
Replies: 5
Views: 77475

differences in versions

I am wondering if anybody has a good list of what the differences (or bug fixes) are between DataStage Server version 7.1 and 7.5. We are currently using 7.1, and am wondering if there are any valid reasons we would want to upgrade to the most current version out there.

Thanks! :)
by EJRoufs
Thu Mar 10, 2005 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage var char limitations?
Replies: 1
Views: 1108

DataStage var char limitations?

I am posting this message out here for a fellow DataStage Developer here, so hopefully i can get all of the facts straight on this. :> They have their original source data coming in from SQL Server, going into a Transform Stage, and then back out to another SQL Server table. Nothing complicated. How...
by EJRoufs
Thu Oct 21, 2004 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 2
Views: 761

Hi, Use Oconv function as Oconv(Arg1-24835, "D") Where Arg1 is your 5 digit date format e.g 000000 ketfos Thanks! I actually just found the solution, though. DataStage has a built in function, DateDaysSince1900ToTimestamp, that does exactly what i'm looking for. Very neat, and simple! Who...
by EJRoufs
Thu Oct 21, 2004 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 2
Views: 761

date conversion

We have a date coming in in the form of a 5 digit number. It's the number of days since 1900 (January 1, 1900 being 00001). Is there anything built into DataStage that would help with converting this to a more "standard" date that we can use? Or does anybody have something already written ...
by EJRoufs
Wed Oct 06, 2004 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining tables
Replies: 4
Views: 1409

If they're all in the same database, join them with SQL; you may require outer joins depending on the exact relationships. If they're from disjoint databases, you can use the ODBC stage's multi-row return from lookup capability. Join them with SQL.... using the "Join" stage in DataStage?
by EJRoufs
Tue Oct 05, 2004 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining tables
Replies: 4
Views: 1409

joining tables

I have 5 tables that are joined on a common key. On some of the tables, there is a one-to-many relationship. What is the best way to do this in DataStage? In our last version, i believe we had a "Join" stage we could use, although i never used it. We don't have it installed yet for version...
by EJRoufs
Thu Sep 16, 2004 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Field function
Replies: 10
Views: 2937

The easiest way is to create stage variables in your transform stage . Name them ptr, SubString1, and SubString2. The code to the right of the "=" is your derivation for each stage variable. I ended up going this route..... creating a Stage Variable and using the Index command. It works w...
by EJRoufs
Thu Sep 16, 2004 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage for dummies
Replies: 9
Views: 6128

Much of such a book has been written. Ascential placed too many legal obstacles in the path of its publication. :cry: Ascential is against having a book like this out there? Or just your standard "bureaucracy" getting in the way? Maybe if it was released "anonymously", no one co...
by EJRoufs
Thu Sep 16, 2004 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage for dummies
Replies: 9
Views: 6128

Try to stay away from the "advanced stuff". In the GUI jobs I most of the times only use seqential file stages, OCI, ODBC, DB2 stage, a tranformer and that's it. For the scheduling josb and the more difficult things I use BASIC jobs. The less "moving parts", the less can break. ...
by EJRoufs
Wed Sep 15, 2004 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Field function
Replies: 10
Views: 2937

Use the index function to find the "v.", then use [] to retrieve each substring. ptr = Index(YourString,"v.",1) SubString1 = YourString[1,(ptr - 1)] SubString2 = YourString[Len(YourString) - ptr - 1] It looks like you're assigning a variable (PTR) that i can use in my Transforme...
by EJRoufs
Wed Sep 15, 2004 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage for dummies
Replies: 9
Views: 6128

You could always try new things in DS and when you come up against a wall you could always come here and ask questions. Yep, that is EXACTLY what i am currently doing. It seems to work just fine, as long as i don't annoy too many people with too many "simple" questions, or my lack of unde...
by EJRoufs
Wed Sep 15, 2004 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage for dummies
Replies: 9
Views: 6128

DataStage for dummies

I have been using DataStage for a while now, but our usage is not super "advanced". I'd love to take the advanced DataStage course, but who knows when (or even if) that will ever happen. In the meantime, is there a good book that i could use for some self-training? Something like "Dat...