Search found 15603 matches

by ArndW
Tue Jul 17, 2012 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table definitions at runtime
Replies: 5
Views: 1626

The table access stages can work with SELECT * and then use RCP to pass on all columns. But then what do you want to do with those columns? If you are just going to copy everything to a dataset, or pass in a column name as a parameter and check that for a certain value then making generic jobs is qu...
by ArndW
Tue Jul 17, 2012 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create an array that contains packed field
Replies: 2
Views: 1794

If you have the output column specified as COMP-3 then the CFF stage will write a packed field to the output file. Please confirm that this is the field definition in your output CFF stage.
by ArndW
Mon Jul 16, 2012 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read a Seq File
Replies: 4
Views: 1833

Although changing the data type of the date columns to string will solve the reading problem, you will still want to convert this string date to a real date. I would edit the extended attributes of the date column in your source sequential file stage and add a format of "%dd/%mm/%yyyy" so ...
by ArndW
Mon Jul 16, 2012 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 4
Views: 1553

Welcome to DSXchange, apeksha. Your error message looks like you specified the column "SRC_SYS_CD" in your transform stage without using the input link name, i.e "DSLink32.SRC_SYS_CD". In several Stages the link name is not required, but in the transform stage it is a necessary c...
by ArndW
Mon Jul 16, 2012 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete datasets created?
Replies: 6
Views: 2521

The command line is "orchadmin rm {dataset descriptor}". The documentation describes the "orchadmin" command and its options.
by ArndW
Sat Jul 14, 2012 10:54 am
Forum: General
Topic: New MySQL ODBC Connection Not Working
Replies: 4
Views: 3704

What datatypes does this table contain? Can you try to import a sample tabel with just integer and varchar columns to check whether it might have something to do with datatypes. I had a similar problem this past week where the import crashed and I found that there was a column of type "pdf"...
by ArndW
Fri Jul 13, 2012 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Operator Property/Column Conditions
Replies: 1
Views: 1264

Did you make any progress on your questions? I'm in the same boat in that I want to implement a condition (I want one of my output links to get an additional column) and have made no progress as the documentation is "lacking" on this subject. I've had success using the conditions in the at...
by ArndW
Fri Jul 13, 2012 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion factors inserted as double are read and converted
Replies: 4
Views: 1891

The file is also a "viewer", since the data is being written a text, so a conversion has taken place. You need to specify a column output format to override the default. I like "%f" (see the documentation for sprintf() for an explanation) http://i766.photobucket.com/albums/xx305/...
by ArndW
Fri Jul 13, 2012 7:08 am
Forum: General
Topic: dsjob syntax error
Replies: 14
Views: 5669

does the year/date contain blanks, i.e. "2010 05 20"?
also, could you post an actual command line and the error message?
by ArndW
Fri Jul 13, 2012 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion factors inserted as double are read and converted
Replies: 4
Views: 1891

What datatype are you using in DataStage?

(This is a trick question, since "float" or "dfloat" use a binary representation and only convert to display format when you display the value - which would be the point in time when a conversion to an exponential format would occur).
by ArndW
Fri Jul 13, 2012 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in 8.1 and 8.5
Replies: 6
Views: 4184

Are both versions writing to the same database? Perhaps one Oracle installation is using other options if they are different. Also, in the 8.5 version, put in a test transform stage just before writing to the database which has a 2nd output link which has the condition "In.{StringColumn} <> Tri...
by ArndW
Fri Jul 13, 2012 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of Datasets
Replies: 2
Views: 1236

The biggest problem with datasets is that users delete the descriptor file (the one specified in the jobs) at the OS-level with a "rm" or "del" command. Unfortunately the actual data is not stored in the descriptor file but in the location(s) specified in the APT_CONFIG file used...
by ArndW
Fri Jul 13, 2012 3:18 am
Forum: General
Topic: Job execution approach
Replies: 1
Views: 425

DataStage is just a (very flexible) development tool and it can be used with both a top-down and bottom-up approach and imposes no restrictions of that sort on the design.
by ArndW
Fri Jul 13, 2012 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in 8.1 and 8.5
Replies: 6
Views: 4184

DataStage will generally not automatically trim strings. Is your database Oracle? Did you use the same configuration file (DSPARAMS) in both installation? If your database is ORACLE, your setting for "APT_ORACLE_PRESERVE_BLANKS" might be different between the 2 installations and that might...
by ArndW
Fri Jul 13, 2012 12:38 am
Forum: General
Topic: Decrypting issue with GPG
Replies: 4
Views: 2432

Is Drive "E" a mounted one? Note that paths are always relative the machine that the DataStage server is installed on, not the client; so perhaps as seen from the server your file isn't on "E\".

n.B. there is no "freeware" version of DataStage that I know of :roll: