Search found 2886 matches
- Wed May 06, 2015 12:58 pm
- Forum:
- Topic: No Graph Viewer in IGC 11.3.x
- Replies: 5
- Views: 4458
- Wed May 06, 2015 7:25 am
- Forum: General
- Topic: Jobs getting Queued instead of Running
- Replies: 4
- Views: 3603
- Sun May 03, 2015 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage SFDC Pack - Experiences and pointers
- Replies: 9
- Views: 5037
- Sun May 03, 2015 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identify missing numbers in a source column
- Replies: 5
- Views: 1536
- Fri May 01, 2015 6:29 am
- Forum: General
- Topic: Oracle 12c supported?
- Replies: 8
- Views: 10542
- Fri May 01, 2015 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage SFDC Pack - Experiences and pointers
- Replies: 9
- Views: 5037
- Wed Apr 29, 2015 1:40 pm
- Forum: General
- Topic: Assembly editor XSD
- Replies: 1
- Views: 788
- Wed Apr 29, 2015 6:57 am
- Forum: General
- Topic: The timezone environment variable TZ is currently not set
- Replies: 2
- Views: 7647
- Mon Apr 27, 2015 10:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fixed length file where last field is variable length
- Replies: 4
- Views: 1526
If the file is consistently formatted as described then you could read every record as a single varchar column with a high length limit (read it as a delimited file; delimiter choice would not matter), and do the columnization within your job design, i.e. substring each column in a Transformer stage.
- Mon Apr 27, 2015 10:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CDC not giving desired results
- Replies: 7
- Views: 2418
- Mon Apr 27, 2015 6:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job having high start up time
- Replies: 8
- Views: 4675
- Fri Apr 24, 2015 11:17 am
- Forum: General
- Topic: Master Sequence Job Design
- Replies: 5
- Views: 2624
Re: Master Sequence Job Design
My question is, do we build individual Sequence for each of these class of objects, like StgSeq, RefSeq, DimSeq, FactSeq to group them togather and then call these Sequence jobs in the Master Seq (Concept of Master and Child Seq) so we segregate them and it becomes easy to add more Dims/Facts in ne...
- Fri Apr 24, 2015 5:34 am
- Forum: General
- Topic: Deleting jobs in bulk
- Replies: 7
- Views: 2083
Yes, it would not be fast, but once you do it, it would be faster each time. It's not like you have to sit and wait for it. Just open it up and check back later. I thought projects had a physical limit of around 5K jobs, so I am surprised you have 15K in a single project. Hopefully you already have ...
- Fri Apr 24, 2015 5:27 am
- Forum: General
- Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command
- Replies: 5
- Views: 2921
- Thu Apr 23, 2015 9:08 am
- Forum: General
- Topic: Deleting jobs in bulk
- Replies: 7
- Views: 2083
One option is using Director, View menu, uncheck Show Folders, wait for full jobs list to display at once, click a column header such as 'Last ran' to sort by last run time. Assuming you want to delete jobs that haven't run in a long time, multiple select them using Shift or Ctrl and hit the delete ...