Search found 15603 matches

by ArndW
Tue Sep 01, 2009 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading the Excel data with sequential file
Replies: 10
Views: 5260

That's a lot of Quatloos, back in the day I could get a thrall for a mere 2000Qt's . I think I'll not wager on this one...
by ArndW
Tue Sep 01, 2009 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage icons looks like a sockets
Replies: 10
Views: 3158

"later" means after a while? How much memory does your workstation have?
by ArndW
Tue Sep 01, 2009 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GIVING FAILURE WHEN EXTRACT DATA
Replies: 1
Views: 1592

Your database allows nVarChar(36) and that won't fit into your jobs nvarchar(6). Correct your column width in your job to match that of the data.
by ArndW
Tue Sep 01, 2009 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading the Excel data with sequential file
Replies: 10
Views: 5260

You are probably reading a .csv file, not an excel spreadsheet. could you post a sample line or three?
by ArndW
Tue Sep 01, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage icons looks like a sockets
Replies: 10
Views: 3158

This happens when your PC runs out of memory. Close windows and/or the datastage application and restart your session.
by ArndW
Tue Sep 01, 2009 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file size based on its columns datatype/length
Replies: 8
Views: 1776

Even though DS Server does not restrict you from misusing job column metadata it is always best to act as if it would and use column definitions that approximate the data; that way if you were to write to a database you can avoid error messages upon insert and update.
by ArndW
Tue Sep 01, 2009 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating PDF file
Replies: 8
Views: 4902

DataStage has no builtin PDF writing stage. But you could always call a conversion tool from an after-job routine or from a job sequence to perform this PDF creation.
by ArndW
Tue Sep 01, 2009 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file size based on its columns datatype/length
Replies: 8
Views: 1776

You should always use realistic numbers, particularly for non-strings; but in Server you can put "Hello There" into a VarChar(3) field and it would still be stored correctly.
by ArndW
Tue Sep 01, 2009 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 2586

All I can say is "hair of the dog..." :)
by ArndW
Tue Sep 01, 2009 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 2586

Convert('. ','.','Hi. There World') will result in "Hi.ThereWorld".
by ArndW
Tue Sep 01, 2009 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file size based on its columns datatype/length
Replies: 8
Views: 1776

Hashed files only have one internal datatype, namely a string. Length specifications are informational only, thus all 3 hashed files you mentioned will be identical.

CHAR fields will be padded with blanks in DS and written/read with blanks.
by ArndW
Tue Sep 01, 2009 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating PDF file
Replies: 8
Views: 4902

A report of *what* information? Basically, if it is a DataStage report you can always print it to a PDF document.
by ArndW
Tue Sep 01, 2009 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating PDF file
Replies: 8
Views: 4902

DataStage itself has no pdf output, but various tools exist to print to pdf files or to create pdf files. What contents do you want in the PDF?
by ArndW
Tue Sep 01, 2009 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/400 Update not working
Replies: 7
Views: 1673

When the records go down the reject link DataStage adds the SQL error number - what number do you get there, that might go far in tracking down the problem.