Search found 236 matches

by BIuser
Wed Jul 13, 2011 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retreiving Rejects from DB2 API Stage (Parallel)
Replies: 3
Views: 3403

Retreiving Rejects from DB2 API Stage (Parallel)

Hi All, I am trying to handle the rejects from the Db2 API Stage My job design is : Sequential File --> Transformer --> Db2API I want to capture the rejects out of API Stage I tried to put a reject at transformer , but the rejected information is not passing through that link I have kept the array s...
by BIuser
Fri Jun 10, 2011 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data in CFF
Replies: 9
Views: 4142

Hi All, We got this working by selecting the Flatten Arrays while selecting the columns. We are getting source files from the Packed Decimal (Comp 3) and EBCDIC format But when we select the character set as EBCDIC, we are not able to view the data, but we can view the data (Partially-some columns) ...
by BIuser
Wed Jun 08, 2011 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data in CFF
Replies: 9
Views: 4142

Hi Mike,

We selected the option of As-Is while importing

Should we make changes to this option.

As per the design we have to get rid of these duplicates before processing

Please advise

Many thanks for your support

Regards
by BIuser
Wed Jun 08, 2011 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data in CFF
Replies: 9
Views: 4142

Hi Mike,

Please let me know where can i set the array size

Regards
by BIuser
Wed Jun 08, 2011 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data in CFF
Replies: 9
Views: 4142

View data in CFF

Hi There, We are using a CFF stage to read one of our input file We are able to view the all columns properly but when we view it in datastage each record is shown as 4 times If i have 2 records in the input file, it shows 8 records when i view the data from Datastage, when i tried to load the file ...
by BIuser
Wed Mar 16, 2011 12:46 am
Forum: General
Topic: Connecting to Sql server 2008 from Server routine
Replies: 24
Views: 16367

Hi Ray, Please see the below code ErrorCode = 0 ; * set this to non-zero to stop the stage/job $INCLUDE DSINCLUDE JOBCONTROL.H $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE JOBCONTROL.H $INCLUDE UNIVERSE.INCLUDE ODBC.H $ENDIF *---- Start processing strOutPath = DSGetParamInfo(DSJ.ME, "RP", DSJ.P...
by BIuser
Mon Dec 20, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEV with SP stage and IQ 12.7
Replies: 0
Views: 1213

SIGSEV with SP stage and IQ 12.7

Hi, I am having a very resilient SIGBUS issue. I have searched the forum (for 'SIGBUS') and found little that helped. My issue is with the stored proc stage and using it to connect to Sybase IQ 12.7 on another machine to trigger off an SP that runs xp_cmdshell within IQ to trigger off a command line...
by BIuser
Fri Dec 10, 2010 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restricted data type attribute violation
Replies: 1
Views: 2326

Restricted data type attribute violation

Hi there I have a decimal field of (19,4) being extracted from a datasource and I'm trying to load it into the warehouse as a NUMERIC(18,2) datatype. When I run the job, I get the abovementioned error. After much wrestling, I then just changed the datatype in the warehouse to DECIMAL(19,4) to match ...
by BIuser
Mon Jun 21, 2010 9:38 am
Forum:
Topic: Data Linage from Cognos
Replies: 4
Views: 2437

Data Linage from Cognos

Has anyone configured Metadata Workbench to work through Cognos? By this I mean if you've got a Cognos report where the source of the report has been populated by Datastage and you can view the linage inside of MW and, this is where my problem comes in, you right click on a field in the report and c...
by BIuser
Tue Apr 20, 2010 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split text file into multiples based on content
Replies: 5
Views: 3841

Thanks for all the suggestions!

Sorry that I am only replying now, I wrote my DS 8 certification exam today and I passed!

I'll play around with the suggestions and see which works best.

Cheers
:lol:
by BIuser
Mon Apr 19, 2010 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split text file into multiples based on content
Replies: 5
Views: 3841

Split text file into multiples based on content

Hi Guys, I've got a interesting requirement. I've got a 60Gb delimited text file. Based on the value in one of the columns I needs to split the big file into multiple smaller files. I could do this in a transformer with a constraint, but unfortunately the values used to split are only known at run-t...
by BIuser
Mon Mar 01, 2010 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build Stage Job
Replies: 4
Views: 1908

Hi

I'm trying to convert an integer value to a string or char value.

ex var = 1 (integer) and I want to convert it to a string or char "1", the reason for this is because I then want to reformat it to "01".(Add the 0)

Thanks!
by BIuser
Fri Nov 13, 2009 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim function not applied
Replies: 1
Views: 1499

Hi, Thanks for the reply. I did the ascii function and the "white space" returned "0" which is NULL. I checked the job that creates the data set and it had one place where the column was defined as char and not varchar. Changing it to varchar fixed the problem!!! :D Thankyou very...
by BIuser
Mon Oct 12, 2009 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow Compile
Replies: 11
Views: 5511

I guess this is still a workaround, but it works!!! Take the "-o" option out of $APT_COMPILEOPT. This effectively disables the compiler optimization. Manually add "$OSH_BUILDOP_NO_OPTIMIZE = 1" to the enviromental variables for the problem jobs. The job now compiles within 2 minu...
by BIuser
Mon Oct 05, 2009 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow Compile
Replies: 11
Views: 5511

Hi,

IBM was able to reproduce the slow compile time on various platforms.
They are working on a fix.

I'll keep you posted on the resolution.

Cheers
:D