Search found 15603 matches

by ArndW
Wed Jun 27, 2007 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Properties
Replies: 3
Views: 754

Put them on one line and separate by semicolon.
by ArndW
Wed Jun 27, 2007 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The orcle write method :LOAD
Replies: 5
Views: 1114

Suresh - could you post your exact error message, there are many possible causes for failure.
by ArndW
Wed Jun 27, 2007 7:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from numeric to string in a job
Replies: 11
Views: 3641

That is not the correct way to do this, even though it is allowed. There is a modify stage which is designed to do conversions such as this.
by ArndW
Wed Jun 27, 2007 7:07 pm
Forum: General
Topic: Error running a batch file
Replies: 12
Views: 6263

shyamrai wrote:...it gave a return as "''D:Ascential\DataStage\Engine\bin'...

You are missing a "" in the 3rd position
by ArndW
Wed Jun 27, 2007 7:03 pm
Forum: General
Topic: FTP Issue
Replies: 5
Views: 1761

Could it be that the parameters aren't being passed the way you expect when you call the script from DS instead of running it manually? Try hardcoding everything so that the script doesn't use parameters, or perhaps you could echo your parameters in the script to see if that is where your problem li...
by ArndW
Wed Jun 27, 2007 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Null Handling
Replies: 3
Views: 1574

What is the data type you used and how did you try to hardcode the date?
by ArndW
Wed Jun 27, 2007 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: to create 64 bit hashed file
Replies: 2
Views: 1132

Suri, welcome to DSXchange.
The first thing to do is to read this FAQ, and then use the "Search" button in the menu above and look for creating 64 bit files.

hint: The command in DS is "RESIZE {filename} * * * 64BIT" assuming a local hashed file.
by ArndW
Wed Jun 27, 2007 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write into Seq file- Import validation error!!
Replies: 16
Views: 3260

This is a completely new topic, please post it into a new thread with an appropriate subject line.
by ArndW
Wed Jun 27, 2007 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 8105

What datatypes are EMPNO_SRC and ENAME_SRC (both your actual database definition and that which you are using in your job)?
by ArndW
Wed Jun 27, 2007 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex logic
Replies: 5
Views: 1244

This complex logic is too much for me. Could you please explain the rules in text as well?
by ArndW
Tue Jun 26, 2007 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 8105

What type of load are you doing to Oracle? Automatic or user defined?
by ArndW
Mon Jun 25, 2007 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do we know who mades the changes?
Replies: 5
Views: 1541

That would only work for objects called "sharedcont". Shared containers are actually in the class 24 so the original SQL wouldn't find them.
by ArndW
Mon Jun 25, 2007 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Sub rouitne
Replies: 3
Views: 809

The BASIC Programmer's Guide documents the syntax for the DSSetUserStatus() function call, and you can query the value with the DSGetJobInfo() function.
by ArndW
Mon Jun 25, 2007 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Sub rouitne
Replies: 3
Views: 809

The after job subroutine does not have a separate status, it's return status sets that of the job. If you need to use the return value of the script from the after job subroutine you could look into setting the user status.
by ArndW
Mon Jun 25, 2007 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Non english European characters
Replies: 6
Views: 1205

Aakash - I am sure about the 000 and 255 Put a test transform stage in the job with the constraint of CONVERT(CHAR(000):@FM,'??',In.ColumnName)=In.ColumnName . If you have 000 or Field Marks in the key column then the number of input rows will be greater than the number of output row...