Search found 14 matches

by basiltarun
Thu Jun 17, 2010 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unwanted Trailing spaces
Replies: 6
Views: 3501

Unwanted Trailing spaces

I guess this has been discussed before.
by basiltarun
Mon Mar 29, 2010 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqgetnext: error in read() - Interrupted system call
Replies: 3
Views: 2647

Is the error in the sequential file read stage of the multiinstance job? What platform are you running on and have you compared your kernel settings on the development and production machines? NFILES or the like might be triggering the error. Yes, the error is in the sequential file read stage. Sun...
by basiltarun
Mon Mar 29, 2010 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqgetnext: error in read() - Interrupted system call
Replies: 3
Views: 2647

ds_seqgetnext: error in read() - Interrupted system call

Hello everyone, I have an issue with the following error, reported in Datastage: ds_seqgetnext: error in 'read()' - Interrupted system call Here is the context: - there are 16 input files to be processed, with identical layout. - logic is simple, the Datastage jobs is suppose to extrat header/traile...
by basiltarun
Fri Mar 26, 2010 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rare Error
Replies: 6
Views: 3120

same error

Not all that rare, I've seen it before. :wink: Want to share some details as to exactly what you are doing - file type, anything funky? Are you using the Filter option of the stage? Hi Craig, I am getting the same error and my jobs are using filter command (grep). Is this something known that I sho...
by basiltarun
Thu Feb 25, 2010 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot create file ... DSBackup
Replies: 3
Views: 2577

It will create the DSBackup directory automatically, so it's not like you have to pre-create it or anything. Make sure that you have the permissions that you would need to create/write to that directory and to overwrite any current backup copy that might already be there. Thanks craig, permissions ...
by basiltarun
Thu Feb 25, 2010 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot create file ... DSBackup
Replies: 3
Views: 2577

cannot create file ... DSBackup

Hello, I am using Datastage 7.1 (Unix) and one of the jobs fails with this error: DSD.UVOpen mkdbfile: cannot create file /data/dstage/hash/DSBackup Did anyone experienced this? The job is using the same hash file as both lookup/reference and output, the flag for 'Backup existent file' is set on the...
by basiltarun
Wed May 06, 2009 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer stage substitute
Replies: 2
Views: 2578

Sequencer stage substitute

I have 6 job activities (which runs simultaneously)attached to a sequencer with mode as "ANY" ,this sequencer is then connected to a send mail routine activity.In case when any one of the activity fails the sequencer works fine and the failure mail is send,but if another activity fails aft...
by basiltarun
Fri Apr 11, 2008 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pound sign (#) in Column name
Replies: 4
Views: 2893

Re: Pound sign (#) in Column name

Hi, # and $ are special characters.Check out the help manual section on handling special characters Regards Wah Thanks... I found the Help page about the # sign in the column name. I have enabled the environment variable DS_ENABLE_RESERVED_CHAR_CONVERT to True. It still gives me the error when I ty...
by basiltarun
Fri Apr 11, 2008 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pound sign (#) in Column name
Replies: 4
Views: 2893

Pound sign (#) in Column name

I have a target AS400 file/table with a pound sign in the column name. Example, P1STR# and P1REG#. When typing the column name in the target DB stages, I get an error that DS cannot accept the # sign in the column name. How can I write data into a column with the pound # sign, when DS does not allow...
by basiltarun
Mon Nov 19, 2007 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create XML Chunks in Parallel Jobs
Replies: 1
Views: 1749

Create XML Chunks in Parallel Jobs

I have been creating XML files in Server jobs using Hash Files to create XML Chunks by giving the 'Data Element' as XML . I need to recreate the same thing in Parallel jobs, but am unable to find the XML DataElements in the DatSets or other stages. How does one create XML Chunks of data to be looked...
by basiltarun
Wed Oct 24, 2007 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute a command on DB2 Command Line from DS
Replies: 2
Views: 3046

How to execute a command on DB2 Command Line from DS

I have a command that I can run through iSeries on the command line that in turn executes a compiled command object (like a program) on the DB2 AS400. Text I type in iSeries is: "Call MYLIBNAME/MYProgName". I need to execute this command from DS8. I am trying to figure out a way to do this...
by basiltarun
Tue Oct 23, 2007 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reverse Pivot in Parallel Jobs (DS8) ?
Replies: 7
Views: 6668

You remember correctly, but there is a caveat that none of the "go forward" plans is guaranteed to happen. Yes, it's on plan for version 8.1. Thanks all for your suggestions. I did not have the liberty to use a temporary table, but was able to use the Stage Variables to control the data u...
by basiltarun
Wed Oct 17, 2007 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reverse Pivot in Parallel Jobs (DS8) ?
Replies: 7
Views: 6668

Check out the below link http://www.dsxchange.com/viewtopic.php?t=99149&postdays=0&postorder=asc&highlight=vertical+pivot&start=0 Hoping DS 8 works similar to DS 7.x I looked thru the link you gave... nothing in there really explains how to do it in parallel jobs. I have done it in ...
by basiltarun
Wed Oct 17, 2007 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reverse Pivot in Parallel Jobs (DS8) ?
Replies: 7
Views: 6668

Reverse Pivot in Parallel Jobs (DS8) ?

I have used a Pivot Stage in DS8 Parallel job. After performing some calculations I need to reverse pivot the data back into one row. Is there an easy way to do it? Example: Pivot output: ID1 Val1 ID1 Val2 ID1 Val3 ID2 Val1 ID2 Val2 ID3 Val3 Expected Reverse Pivot output: ID1 Val1 Val2 Val3 ID2 Val1...