Search found 42189 matches

by chulett
Thu Nov 04, 2010 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Timestamp Conversion
Replies: 6
Views: 1741

In other words, by skipping the 'T' separator. :wink:
by chulett
Thu Nov 04, 2010 7:10 am
Forum: General
Topic: JOB LOGS
Replies: 5
Views: 1518

To what end? What are you planning on doing with this information?
by chulett
Thu Nov 04, 2010 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to highlight text?
Replies: 8
Views: 1650

If your target is a plain text file, then there's no way to do what you need. What are you expected to output with this formatting / color - Excel? HTML? Something else entirely? :?
by chulett
Thu Nov 04, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle NUMBER with more than 38 digits
Replies: 4
Views: 4003

OK. Have you involved your official support provider yet?
by chulett
Wed Nov 03, 2010 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle NUMBER with more than 38 digits
Replies: 4
Views: 4003

Sorry, while I've worked with unbound Oracle NUMBER fields and had to play the whole '38 v. 40' game, never had a time where the internal number was large enough to overflow the 38. Wasn't quite sure from your post if you are having trouble with the number itself transferring OK. Does it transfer fi...
by chulett
Wed Nov 03, 2010 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character in the EXTRACT file created (Fixed Width)
Replies: 3
Views: 1507

Add that $APT environment variable to your job parameters and then override it there to 0x20, which is a space.

:!: Make sure you understand the difference between doing it at the individual job level (affects just that job) and making it at the Project level which will affect all jobs.
by chulett
Wed Nov 03, 2010 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown error
Replies: 3
Views: 1974

Nope... corrected.
by chulett
Wed Nov 03, 2010 7:00 am
Forum: General
Topic: email notification
Replies: 29
Views: 6471

What exactly do you have in the stage now? All you executed was "type" without any filename, hence the error. :?
by chulett
Tue Nov 02, 2010 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: autosys and datastage
Replies: 7
Views: 3002

What database? Autosys?
by chulett
Tue Nov 02, 2010 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameter value of the previous run
Replies: 1
Views: 2203

Don't have the docs here with me, but the API function to get parameter values (DSGetParamInfo?) should have an InfoType to get the value used in the most recent (last) run. Can't go any further back than that without farming the logs but the function should get you what you need.
by chulett
Tue Nov 02, 2010 8:59 am
Forum: General
Topic: Find the Last Modified Date of a Job
Replies: 12
Views: 6479

Well, crap, wish I had noticed that. You're right, that other one would have been more appropriate, I just picked the first one I stumbled across. D'oh.
by chulett
Tue Nov 02, 2010 7:15 am
Forum: General
Topic: Find the Last Modified Date of a Job
Replies: 12
Views: 6479

:idea: Please don't post the same question in multiple threads, let's just stick with this one, shall we?
by chulett
Tue Nov 02, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keyMgtGetNextValue
Replies: 3
Views: 2250

You will get a sequence generated for every unique 'name' you pass in. I generally use the target table (or sequence) name.
by chulett
Tue Nov 02, 2010 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: keyMgtGetNextValue
Replies: 3
Views: 2250

Yes, but with the 'multiple jobs, same table, same time' requirement, make sure you use the 'Concurrent' version.
by chulett
Tue Nov 02, 2010 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error load data from oracle to Sybase
Replies: 2
Views: 2321

Please let us know the exact version of DataStage you have and the details of your job design: structure, stages used, settings, etc.