Search found 42189 matches

by chulett
Mon Aug 04, 2008 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variables not seen from the imported dsx
Replies: 5
Views: 1193

In the main Transformer editor window itself.
by chulett
Mon Aug 04, 2008 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time
Replies: 1
Views: 790

What are you planning on using as the "date" portion of the timestamp you are writing to this DATE field? You will need one, btw. :?
by chulett
Mon Aug 04, 2008 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: execute command logic
Replies: 3
Views: 1163

Discussed ad nauseum here. Search the forums for Convert or EReplace examples using (removing) the @FM character that is tripping you up.
by chulett
Mon Aug 04, 2008 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of XML file to CSV file
Replies: 7
Views: 2553

Welcome! :D Are you saying your installation does not have the XML Input, XML Output and XML Transformer stages available? If that's the case, then whomever performed your install chose not to include them for some reason. To solve this, rerun the install script and choose "Install additional plug-i...
by chulett
Mon Aug 04, 2008 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert this string 'm/d/yyyy h:mi' to date?
Replies: 7
Views: 4887

When I run the job, the job runs successful, but the data is not shown in the table. Please advice. Not really all that successful then, eh? To me, this implies you are running the job from the Designer and haven't looked at the actual job log from the Director or you would undoubtedly see it chock...
by chulett
Mon Aug 04, 2008 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC for Sybase IQ
Replies: 6
Views: 4584

Thanks for posting that for future searchers.

Still waiting for one of these to get a response like - "Thank Gawd! I've been waiting five years for someone to help me with my problem!" :wink:
by chulett
Mon Aug 04, 2008 6:45 am
Forum: General
Topic: Get time taken to run a job using query/program
Replies: 1
Views: 882

It's all in those individual logs you see from Director. You can use the DSGet* functions from DataStage or dsjob from the command line, search the forums for examples or read the Command Line Interface chapter in the Server Job Developer's Guide.
by chulett
Sun Aug 03, 2008 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian Day
Replies: 10
Views: 8442

I know, I had the same question when I read the post... really should have let the OP answer. :oops:
by chulett
Sun Aug 03, 2008 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row splitter error
Replies: 4
Views: 1613

Re: Row splitter error

Note: If I change the missing column action to "None" in the row splittter stage output format, the job is running very fine, the string is deviding to exacly 3 names and pushing to the output file. My comment is based on your comment highlighted above. When you changed the action to 'none', are al...
by chulett
Sun Aug 03, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: process metadata
Replies: 2
Views: 933

Sure, but they're all variations on that theme.
by chulett
Sun Aug 03, 2008 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian Day
Replies: 10
Views: 8442

Re: Invalid Julian Day

just4geeks wrote:The stage var 'mark' is declared as a timestamp with a default value '12/31/9999' and precision 255.

This says it is a Parallel job, seeing as how stage variables are not typed in Server.
by chulett
Sun Aug 03, 2008 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row splitter error
Replies: 4
Views: 1613

You declared four columns but only seem to have data to populate three, so the fourth column Mark is "missing" if it can't split out data for it. And then you told it to kill itself when that happens.
by chulett
Sun Aug 03, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Job Invocation Id for post script
Replies: 3
Views: 1345

It is a macro and you can read all about it and all the other macros in the online help.
by chulett
Sat Aug 02, 2008 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming a file
Replies: 2
Views: 1083

Not the only way, but certainly the simplest. As noted, just give it whatever name you like, regardless of the original sequential filename, in the FTP stage. You can also use the Telnet capabilities of the stage and the 'Telnet After Command' to rename the landed file. Simplest to just drop it with...
by chulett
Sat Aug 02, 2008 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 2982

cnu wrote:I am asking about Datetime datatype format in SQL Server. Is it only date or date and time.

Here I am thinking that question really should answer itself.