Search found 42189 matches

by chulett
Thu Jul 24, 2008 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting before writing to a Sequential File
Replies: 2
Views: 1167

Yes, of course. That would be the nature of sequential media - the records read back only in the order they were written out in. :wink:
by chulett
Thu Jul 24, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Use of parameters in modify
Replies: 1
Views: 1742

Moderator: please move to the PX forum.
by chulett
Thu Jul 24, 2008 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Warning
Replies: 7
Views: 2403

And? :?

Ask a question.
by chulett
Thu Jul 24, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: standard script to run DS from Solaris
Replies: 1
Views: 1229

Most of which is, in fact, lifted straight from Ken Bland's script posted four or five years ago. Stop passing in userid and password for each run request and instead investigate the use of the -file option.
by chulett
Thu Jul 24, 2008 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with aborting from transformer
Replies: 10
Views: 2652

Looks like you've already answered your question with a 'Yes' which is certainly one answer and probably the 'most proper' one. Technically, you could also send an email from an After Job subroutine, one that checks JOBINTERIMSTATUS and - if it sees the job is going to Abort - sends an email to that...
by chulett
Thu Jul 24, 2008 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records displayed out of a Hashed file
Replies: 9
Views: 3447

You need to ensure your Key column(s) are unique, or at least "unique enough" for the task at hand. Don't worry about any "overhead" unless you go crazy with your number or size of keys. :wink:
by chulett
Thu Jul 24, 2008 7:02 am
Forum: General
Topic: How to get the DataStage Job Log For All Projects.
Replies: 11
Views: 13634

Again, nothing will give you any sort of "logs for all projects". You can, however, loop thru a list of projects and loop thru a list of jobs within a given project and extract (one job at a time) log entries for a specific date range.
by chulett
Thu Jul 24, 2008 6:57 am
Forum: General
Topic: how to get(xml format) number of records in unix
Replies: 3
Views: 1393

Looks like you're gonna need to try again. I suggest you not only include an actual question in the body of your post but that you rephrase it as well as the current subject is... unclear. Are you asking how, in UNIX, to count the number of records in an XML file? (Typical answer: 1) Or how to get a...
by chulett
Wed Jul 23, 2008 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML field truncation
Replies: 5
Views: 4183

Well then, you need to mark your post as Resolved as well. :wink:
by chulett
Wed Jul 23, 2008 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After SQL Not Executing: MS SQL 2005
Replies: 8
Views: 3088

Well... keep in mind the fact that once a topic rolls off the first page, pretty much the only thing that's going to bring it back to people's attention is a reply, much like you just did. So are you saying that the statements you have in the After SQL tab are not even being executed or they are bei...
by chulett
Wed Jul 23, 2008 1:46 pm
Forum: General
Topic: How can I change these parameters?
Replies: 4
Views: 1228

Why can't you change them? Are they Read Only jobs or in a Protected project? If so, you can use the Director's "Job/Set Defaults..." option to change their default value.
by chulett
Wed Jul 23, 2008 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1091

Well, then it would be great if you could do two things: 1) Post the resolution and 2) Mark the thread as Resolved.

Thanks.
by chulett
Wed Jul 23, 2008 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to see the data after inserting
Replies: 12
Views: 3602

How often are you committing changes?
by chulett
Wed Jul 23, 2008 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1091

So now the question is - what does Sybase expect in the way of a Timestamp? The ISO standard YYYY-MM-DD HH24:MI:SS?
by chulett
Wed Jul 23, 2008 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load error into Oracle
Replies: 10
Views: 3618

That would entirely depend on the nature of the problem being solved.