Search found 192 matches

by ds_is_fun
Tue Apr 12, 2005 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with trailing spaces
Replies: 2
Views: 1391

Im answering to my own post, The problem seemed in PX 7.5.1 itself. The fields with the CHAR datatype and that had string values got padded with SPACES. Ironically, number values din't get pad with SPACES in the same CHAR field type. Once, I changed all the datatypes to VARCHAR I tweaked the problem...
by ds_is_fun
Tue Apr 12, 2005 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with trailing spaces
Replies: 2
Views: 1391

Issue with trailing spaces

I earlier posted a Q with how to get rid of trailing weird characters. The issue was solved after getting a response here on DSX asking to change settings in the DS Admin, changing the variable APT_STRING_PADCHAR to space. Thanks gh_amitava. Now after the change Im getting trailing spaces that I can...
by ds_is_fun
Fri Apr 08, 2005 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Sequential file Fixed format
Replies: 9
Views: 3702

In the "format" properties of the sequential file, choose filed defaults as
delimiter = comma , quote = double.
That should do it.
by ds_is_fun
Wed Apr 06, 2005 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trailing characters. Cant get rid
Replies: 8
Views: 5829

i have just tried varchar and that dint seemed to tweak either. When I view the file on the AIX box the string columns don't have any 'weird' trailing characters. When I ftp it over(ASCII mode) they seem to get trailed. They are visible only from wordpad and although notepad seems place blanks in th...
by ds_is_fun
Tue Apr 05, 2005 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trailing characters. Cant get rid
Replies: 8
Views: 5829

"I have already used the function CompactWhiteSpace,Trim, TrimB,StripWhiteSpace to get rid of these trailing characters. "
I have verified the file again. They don't seem to exist when I view them on our AIX box. When I ftp over in ASCII format they get trailed in.
Any inputs??
Thanks!
by ds_is_fun
Tue Apr 05, 2005 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trailing characters. Cant get rid
Replies: 8
Views: 5829

trailing characters. Cant get rid

In the final stage of my job where the target is a sequential file(*.dat). Char SQL Type columns are getting trailed by weird characters that look like small boxes which are highly unprintable. I can view these in Wordpad but not in textpad. I have already used the function CompactWhiteSpace,Trim, T...
by ds_is_fun
Wed Mar 09, 2005 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage vs Copy Stage
Replies: 4
Views: 2739

Transformer Stage vs Copy Stage

I am creating multiple lookupfilesets in a job from DB2(source). I currently have transformers between source(Db2) and target(lkupfilesets). Since I am not performing any transformations, rather making a copy. I am thinking a copy stage in between would be much preferred to make the job run faster. ...
by ds_is_fun
Fri Feb 11, 2005 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Jobs reports failure (code 255)
Replies: 9
Views: 8302

Arnd,
Do you think it could be a compiler related problem?
If all configs are fine and if the user earlier ran it successfully earlier, then I guess it needs some kind of patch management with Ascential.
by ds_is_fun
Fri Feb 11, 2005 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Jobs reports failure (code 255)
Replies: 9
Views: 8302

Check all default configuration settings. Check installation manual for all default settings.
Is your default.apt setting file been configured?
by ds_is_fun
Mon Jan 31, 2005 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring function in 7.5
Replies: 9
Views: 5365

Substring function in 7.5

What should I use for the Substring function which doesnt seem to exist in 7.5 . Thanks!
by ds_is_fun
Thu Jan 27, 2005 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup file sets
Replies: 0
Views: 923

Lookup file sets

Why cant view data on the lookup file sets? I understand that the data that comes in resides in difft files on the server based on node config. Is there a way to view data to click view., or would that be a future feature of DS.
Thanks
DSIF
by ds_is_fun
Fri Jan 07, 2005 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup file sets
Replies: 1
Views: 1273

Lookup file sets

Lookup Filesets Im trying to use Lookupfile sets with a Lookup Stage. There seems to be a problem somewhere that I can't understand. Lets assume we have a table - EMP with the fields : EMPNO DEPTNO ENAME SAL MGR We have a Lookupfileset DEPT with the fields : DEPTNO DEPT Say, the Lookupfile Set was c...