Search found 55 matches

by garthmac
Thu Sep 23, 2004 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration6.02 to 7.0 issue
Replies: 2
Views: 1518

I found the floowing out during testing jobs when upgrading from DS 6.0.1 to DS 7.1r1 : DS 7.1 handles Varchars that are empty strings differently to DS 6.0.1 When outputting to an AS400 DB2 target file, DS 6.x treats Varchar empty strings as an empty string, whereas DS 7.1 outputs these as NULLS. I...
by garthmac
Thu Sep 16, 2004 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting String field to Time field
Replies: 15
Views: 4708

No problem, glad to be of assistance! :)
by garthmac
Thu Sep 16, 2004 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting String field to Time field
Replies: 15
Views: 4708

No problem, glad to be of assistance! :)
by garthmac
Thu Sep 16, 2004 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting String field to Time field
Replies: 15
Views: 4708

I created a test job for this problem after testing my logic in a routine. I simply had a text file which contained the numbers in your example, applied my routine to them in a transformer, and then output to a DB2 table containing one field of type TIME. You must output the data in the DS internal ...
by garthmac
Wed Sep 15, 2004 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting String field to Time field
Replies: 15
Views: 4708

Sorry, this is cleaner:

Zeros = FMT(Arg1,"6'0'R")
Ans = Iconv(Zeros[1,2]:":":Zeros[3,2]:":":Zeros[5,2],"MTS")
by garthmac
Wed Sep 15, 2004 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting String field to Time field
Replies: 15
Views: 4708

This should work as a routine:

Zeros = FMT(Arg1,"6'0'R")
Ans = Iconv(Oconv(Zeros[1,2]:":":Zeros[3,2]:":":Zeros[5,2],"MTS"),"MTS")
by garthmac
Thu Jun 24, 2004 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pc locks up when in Transformer
Replies: 7
Views: 2231

An update: This is no longer a problem. I haven't change anything, and I have been told by the Unix admin guys that nothing has been tampered with on the server!? :? I still plan to upgrade to version 7.1 r1 very soon. I'm interested to know what caused this, but I fear that I would waste a lot of t...
by garthmac
Tue Jun 22, 2004 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pc locks up when in Transformer
Replies: 7
Views: 2231

Ray, I have tested what you suggested, and I've not noticed anything wrong in the tracing logs. I can happily view transformer stage properties, it's when right clicking and selecting a transform or Routine etc, in a column derivation or constraint, that the pc hangs. As I'm currently in a very quie...
by garthmac
Tue Jun 22, 2004 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pc locks up when in Transformer
Replies: 7
Views: 2231

Hi Ray and Roy Firstly, thanks very much for your help and advice. I should mention that we are running an unsupported combination of AIX 5.2 and DataStage 6.0.1 , Ascential support advise that we upgrade to 7.1. This is something that I have wanted for some time, but management desicions get in the...
by garthmac
Mon Jun 21, 2004 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pc locks up when in Transformer
Replies: 7
Views: 2231

Pc locks up when in Transformer

Hi everyone. While in a Transformer: When defining output derivations for a column, or when defining a constraint, right clicking and selecting any of the following options: macro, function, constant, routine, and transforms causes my pc to lock up (mouse does not work, and I cannot use any keys). O...