Search found 42189 matches

by chulett
Mon Feb 29, 2016 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount field in Complex Flat File in Parallel Vs Server
Replies: 21
Views: 6551

kaps wrote:In Parallel it shows like 002250{ whereas in server it shows correctly like +00225.00
Those are two different flavors of the same correct. :wink:
by chulett
Mon Feb 29, 2016 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML staging - tables or files more efficient?
Replies: 4
Views: 2101

To me, there's a lot of "depends" in your answer. What happens next with them?
by chulett
Mon Feb 29, 2016 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert into Oracle with reserved word
Replies: 3
Views: 2437

Oracle uses a double-quote as shown, guessing it confused the bind variable mechanism in the connector.
by chulett
Mon Feb 29, 2016 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help for Logic Authorization Data to Information server
Replies: 8
Views: 3293

Some questions, mostly out of curiosity, since this seems like a somewhat odd request to me. What aspect of the users are you attempting to maintain, strictly their security roles? What is this 'external system'? What registry are you currently using - the internal one, LDAP, local O/S?
by chulett
Mon Feb 29, 2016 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BW load stage Environmental variables
Replies: 2
Views: 1640

Post the entire, unedited error message please.
by chulett
Sat Feb 27, 2016 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle job load error
Replies: 3
Views: 2274

Yah, or that. At least then you'd have more information to give to support. :wink:
by chulett
Fri Feb 26, 2016 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle job load error
Replies: 3
Views: 2274

You mean SIGINT and I would involve support for something like that.
by chulett
Fri Feb 26, 2016 8:15 am
Forum: General
Topic: OCONV and ICONV clarification
Replies: 2
Views: 1206

It's BASIC code so anywhere that can be used... routines, job control, etc.
by chulett
Fri Feb 26, 2016 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert into Oracle with reserved word
Replies: 3
Views: 2437

Let me chime in with, even if you can work around it, having a table with a column name that is a reserved word falls firmly in the Not A Good Idea camp. IMHO. Have you verified that is indeed the problem? If the column is nullable, don't include it in the DML and then see if it works... as a test.
by chulett
Thu Feb 25, 2016 3:06 pm
Forum: General
Topic: Adding date parameter to batch file
Replies: 6
Views: 2553

Do you understand how that 'did it'?
by chulett
Thu Feb 25, 2016 2:23 pm
Forum: General
Topic: Adding date parameter to batch file
Replies: 6
Views: 2553

Use the Convert() function to strip them from the field by replacing them with '' - an empty string.
by chulett
Thu Feb 25, 2016 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW CONCAT "0 " IN MONTH TRANSFORMER
Replies: 7
Views: 5756

We know what you need. What is your target data type? It needs to be a string and I suspect you are putting it into a number which strips the 'not significant' leading zero. If you are using a string then post the actual code you are using, copy/paste from the transformer (don't hand type it).
by chulett
Thu Feb 25, 2016 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW CONCAT "0 " IN MONTH TRANSFORMER
Replies: 7
Views: 5756

Not sure what this conversation has to do with SQL Server.

So what happens if you use the code I posted, what is the resulting string?
by chulett
Thu Feb 25, 2016 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW CONCAT "0 " IN MONTH TRANSFORMER
Replies: 7
Views: 5756

Cats? :?

Why not just do it all at once?

Code: Select all

Oconv (DataAtual, "DMY", "[2,4]") 
Now, that's off the top of my dusty head but should get you pretty close. That may leave a space between the two but you can use Convert to remove it.
by chulett
Thu Feb 25, 2016 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC join tables limitation
Replies: 10
Views: 3953

Time to involve support, if you haven't done so already.