Thanks for sharing that.
Were the output mappings left in place in the Standardize stage? (I believe they should have been.)
Search found 53125 matches
- Thu Jun 19, 2014 9:13 pm
- Forum: IBM QualityStage
- Topic: standardize error
- Replies: 10
- Views: 9762
- Thu Jun 19, 2014 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting error
- Replies: 1
- Views: 1277
- Thu Jun 19, 2014 12:49 am
- Forum: General
- Topic: Error handling inside of a server BASIC routine
- Replies: 1
- Views: 1260
The second argument of DSAttachJob() specifies error handling. If you use DSJ.ERRNONE you have to handle error conditions yourself. $INCLUDE DSINCLUDE JOBCONTROL.H hJob = DSAttachJob(JobName, DSJ.ERRNONE) CheckName = DSGetJobInfo(hJob, DSJ.JOBNAME) If CheckName = DSJE.BADHANDLE Then Ans = @NULL ErrM...
- Thu Jun 19, 2014 12:37 am
- Forum: General
- Topic: Space issue for XMETA_DATA tablespace
- Replies: 9
- Views: 2432
- Wed Jun 18, 2014 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS_FORCE_ABORT_AT_WARN_LIMIT
- Replies: 5
- Views: 3727
- Wed Jun 18, 2014 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read from a file set
- Replies: 5
- Views: 1843
Yes and no. It is not the File Set itself that imposes this limit; it's the underlying file sytem. Each of the segment files that make up the File Set can only have one writer at a time. The same is true for Data Sets, Sequential Files, and all other structures that rely directly upon files in the f...
- Wed Jun 18, 2014 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Set
- Replies: 1
- Views: 783
Have you read the pertinent chapters in the Parallel Job Developer's Guide ? Data Sets and File Sets are both parallel mechanisms for data storage. They each have file(s) for each node when being written to. Data Sets store data in DataStage internal format; primarily this means that numeric data ar...
- Wed Jun 18, 2014 4:48 pm
- Forum: General
- Topic: Space issue for XMETA_DATA tablespace
- Replies: 9
- Views: 2432
- Wed Jun 18, 2014 4:46 pm
- Forum: General
- Topic: DataStage Installation on Windows 7
- Replies: 4
- Views: 1487
- Wed Jun 18, 2014 4:44 pm
- Forum: General
- Topic: Space issue for XMETA_DATA tablespace
- Replies: 9
- Views: 2432
- Tue Jun 17, 2014 10:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Issue between two Datasets
- Replies: 4
- Views: 1084
- Tue Jun 17, 2014 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char(0) being stored in Sequential file
- Replies: 2
- Views: 1381
Welcome aboard. If you are using Char data type, then DataStage will pad these to the designated length using the character specified in APT_STRING_PADCHAR, the default value of which is 0x00. If you want it to pad Char data types with space, change the value of APT_STRING_PADCHAR to space, or to 0x...
- Tue Jun 17, 2014 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read from a file set
- Replies: 5
- Views: 1843
- Tue Jun 17, 2014 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Datastage Installation
- Replies: 2
- Views: 1566
- Mon Jun 16, 2014 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL error "-246" in DB2 Insert
- Replies: 3
- Views: 1869