Search found 42189 matches

by chulett
Tue Mar 08, 2011 7:50 am
Forum: General
Topic: error:Datastage Manager
Replies: 4
Views: 3125

They haven't posted in a couple of years, so we might be out of luck here. First guess would be a missing stage type in the new server. Any chance for some optional one the old job uses that doesn't exist in this new environment? :?
by chulett
Tue Mar 08, 2011 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 5
Views: 3482

First guess would be you ran out of space. Evidently. :wink:
by chulett
Tue Mar 08, 2011 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 15
Views: 7976

I cannot use the substring function to elimimate the st, rd ,th and filter out digits Sure you can... it won't be fun but it can be done. You can use Field() to pull the day and then month/year out of the date and then you'll know the last two characters of the day can always go. Pad out the remain...
by chulett
Tue Mar 08, 2011 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling complex file
Replies: 3
Views: 1378

Well... perhaps you could explain to us what "view the data without using metadata" means to you? What are you trying to accomplish? To me it means going out to the command line and using vi on the file. Or doing the same with a hex editor. Or perhaps defining it as one long string field i...
by chulett
Tue Mar 08, 2011 7:27 am
Forum: General
Topic: Jobstatus parameter in Transformer
Replies: 3
Views: 2810

They are either wrong or not using it in the same fashion that you are, i.e. in a transformer. In either case - choose another name. One standard is to use a prefix, jp_JobStatus for instance, which would help here.
by chulett
Mon Mar 07, 2011 9:17 pm
Forum: General
Topic: Command for reseting jobs if required and the execute
Replies: 4
Views: 1813

Exactly. In other words you have to replicate the steps that the Job Activity stage does for you automatically... thankfully, it's a pretty straight-forward and simple task.
by chulett
Mon Mar 07, 2011 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of SQL length in DRS stage
Replies: 9
Views: 3156

If you do investigate and get the actual limit, please post it back here.
by chulett
Mon Mar 07, 2011 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of SQL length in DRS stage
Replies: 9
Views: 3156

As to the "workaround" that would typically involve creating a view that implements your wordy query and then sourcing from the view.
by chulett
Mon Mar 07, 2011 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of SQL length in DRS stage
Replies: 9
Views: 3156

Of course there's a limit but I can't help on the DRS stage, you'll have to ask IBM for that information. If it helps, here's what I found out some time ago for OCI so it may give you some ideas. http://www.dsxchange.com/viewtopic.php?t=130306 And just so you know, "words" is pretty meanin...
by chulett
Mon Mar 07, 2011 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date () to julian date (YYDDD)
Replies: 8
Views: 6062

I said "formats" not "functions", if you clicked a little deeper you'll find them. And there's nothing magical about this, just do it like you would with any other date using DateToString().
by chulett
Mon Mar 07, 2011 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change line break from CR to CR/LF
Replies: 14
Views: 6405

Sigh... that's not any kind of "ftp" and about the worst way (IMHO) to transfer files between disparate operating systems. Best to stick with generating the file using "DOS" record terminators if you are going to go that route. And you don't need a "UNIX terminal" to do...
by chulett
Mon Mar 07, 2011 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date () to julian date (YYDDD)
Replies: 8
Views: 6062

It's in the Parallel Job Developer Guide pdf, search for "%ddd" or "Date and time formats". In my version that starts on page 31.
by chulett
Mon Mar 07, 2011 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change line break from CR to CR/LF
Replies: 14
Views: 6405

And... ? Just trying to make sure you understand what happens when you FTP a file in either binary or ascii mode, so you don't have unexpected issues when you do it. As noted in the previous link, if you type "ascii" before you do your manual "put" the transfer will automatically...
by chulett
Mon Mar 07, 2011 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change line break from CR to CR/LF
Replies: 14
Views: 6405

Nothing I've posted has related specifically to the FTP stage as I've been assuming a manual ftp all along. Hence the link. The other assumption is your FTP target is a Windows system. Is that true? If not, you'll need to change your record delimiters in the file when you create it rather than when ...