Search found 42189 matches
- Thu May 09, 2013 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upsert not working (mode is update then insert)
- Replies: 6
- Views: 4912
- Thu May 09, 2013 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort operation
- Replies: 4
- Views: 1719
- Wed May 08, 2013 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: last day from date
- Replies: 5
- Views: 2200
- Wed May 08, 2013 8:52 pm
- Forum: General
- Topic: Datastage 8.1 services - scripting start & stop command
- Replies: 4
- Views: 1819
using kill -9 Learn what that means. SIGTERM The SIGTERM (-15) signal is sent to a process to request its termination. Unlike the SIGKILL signal, it can be caught and interpreted or ignored by the process. This allows the process to perform nice termination releasing resources and saving state if a...
- Wed May 08, 2013 1:44 pm
- Forum: General
- Topic: Selecting a Specific date/time Range
- Replies: 5
- Views: 1027
- Wed May 08, 2013 11:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Open of Dataset Failed
- Replies: 3
- Views: 1122
- Wed May 08, 2013 11:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Stage Vs Merge Stage in DS- Parallel JOB
- Replies: 2
- Views: 2251
- Wed May 08, 2013 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extract dups using 2 columns
- Replies: 11
- Views: 3592
- Wed May 08, 2013 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extract dups using 2 columns
- Replies: 11
- Views: 3592
- Wed May 08, 2013 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java Transformer
- Replies: 13
- Views: 6350
- Wed May 08, 2013 7:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add one dot (.) in the middle of the record
- Replies: 5
- Views: 1364
- Wed May 08, 2013 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting variable length to fixed length file
- Replies: 2
- Views: 1161
Re: converting variable length to fixed length file
Read it in with varchar fields then write back out (to a new name) with CHAR fields. Make sure your PAD character is set to a space: 0x20. I'm curious why you are doing this. Also curious what this might mean: I have shell script for the above conversion, however, the converted file occupies more mo...
First... why? Are you thinking of 'doing something' with them from the command line? They aren't files, they are stored in tables and there's one table per job. In your version, they are hashed file tables in each Project directory, in the post-7.x world they can (at your option) be in your XMETA re...