Search found 53125 matches
- Mon Jul 14, 2008 9:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORCHESTRATE step execution terminating due to SIGINT
- Replies: 4
- Views: 2671
- Mon Jul 14, 2008 9:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Files with varying columns
- Replies: 7
- Views: 2350
- Mon Jul 14, 2008 8:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Routine - can't use Environment Variables
- Replies: 1
- Views: 1172
- Mon Jul 14, 2008 7:21 pm
- Forum: IBM QualityStage
- Topic: Handling Name with spl characters
- Replies: 7
- Views: 2146
You don't have to script anything - use QualityStage designer to design your input pattern override. You don't have to investigate - this step would, however, allow you to see what other patterns or text strings are in need of work. Typically you would, however, investigate the results of a standard...
- Mon Jul 14, 2008 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS error "Unable to save EditServ.impl.JobDefnImpl@nnnn
- Replies: 6
- Views: 4223
- Mon Jul 14, 2008 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs running indefinately
- Replies: 14
- Views: 6249
- Mon Jul 14, 2008 5:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Derivation Expression fed from a Rules table
- Replies: 6
- Views: 1369
- Mon Jul 14, 2008 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregator sort method issue
- Replies: 19
- Views: 12937
- Mon Jul 14, 2008 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 PLUGIN STAGE FOR PARALLEL JOB vs SERVER JOB
- Replies: 1
- Views: 1402
- Mon Jul 14, 2008 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Files with varying columns
- Replies: 7
- Views: 2350
- Mon Jul 14, 2008 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: connecting to the specific datastage server
- Replies: 2
- Views: 1584
You do not connect to a DataStage server in version 8. You connect to Information Server (via port #9080 by default) where you are authenticated. If you are authenticated, the login dialog for Designer or Director offers a drop-down list of server/project pairs to which you can connect. Similarly Ad...
- Mon Jul 14, 2008 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregator sort method issue
- Replies: 19
- Views: 12937
- Mon Jul 14, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage - int64 to String(19)
- Replies: 7
- Views: 4799
If you must create a Specification, it looks like
Code: Select all
OutCol:string[max=19]=InCol- Mon Jul 14, 2008 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange DML operation behavior in DB2
- Replies: 2
- Views: 1067
- Mon Jul 14, 2008 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to specify the timestamp format for the field like this?
- Replies: 5
- Views: 1447
Welcome aboard. I don't know that there's a conventional format string for this timestamp format. I'd try reading it as VarChar and modifying it to a conventional timestamp format (adding 12 to the hours if the designator is PM, changing the decimal placeholder from ":" to ".", changing MDY order to...