Search found 4605 matches
- Tue May 09, 2006 1:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming convention Doc.
- Replies: 3
- Views: 938
- Tue May 09, 2006 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming convention Doc.
- Replies: 3
- Views: 938
They should all be informational. Like target table as part of the job name. Extract, Load or Trans as part of the name. Maybe Hash as part of a job which builds a hashed file. I prefer stage names as DSN or database or schema names. Link names make more sense when they have the table or file name a...
- Tue May 09, 2006 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fetching job info
- Replies: 2
- Views: 802
This is the SQL you can run at TCL. You will have to limit it to the link type of BASIC. You will need to figure that out for yourself. SELECT DS_JOBOBJECTS.OLETYPE as LinkType, DS_JOBS.NAME as JobName, DS_JOBOBJECTS.NAME as LinkName, DS_JOBS.CATEGORY as Category FROM DS_JOBOBJECTS, DS_JOBS WHERE OB...
- Sat May 06, 2006 11:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change
- Replies: 2
- Views: 682
- Thu May 04, 2006 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Possible Performance deterioration after upgrading to 7.5.1A
- Replies: 3
- Views: 864
- Thu May 04, 2006 6:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Defining A Project
- Replies: 7
- Views: 1849
This has been answered before but if jobs are all related to one subject then one project is fine. A smaller project has a faster refresh in Director. It is easier to backup. It is difficult to run jobs from one project ot another. If you can isolate jobs so that you never need to run them then mult...
- Thu May 04, 2006 10:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid arguments in scripts
- Replies: 25
- Views: 8081
- Thu May 04, 2006 9:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsexport / dscmdexport never seem to finish..
- Replies: 6
- Views: 1564
- Thu May 04, 2006 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUS structure for deleting invocation ids
- Replies: 14
- Views: 8322
- Thu May 04, 2006 8:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsexport / dscmdexport never seem to finish..
- Replies: 6
- Views: 1564
- Thu May 04, 2006 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass "TO Email" address dynamically in DSSe
- Replies: 2
- Views: 823
should be:
Code: Select all
code = DSSendMail("From:me@here.com\nTo:": Dummy :"\nSubject:Hi ya\nBody:Line1")
- Wed May 03, 2006 11:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Sequence from DataStage
- Replies: 3
- Views: 1504
- Wed May 03, 2006 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine help
- Replies: 1
- Views: 663
- Tue May 02, 2006 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running a job from a different project...
- Replies: 8
- Views: 1256
- Tue May 02, 2006 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running a job from a different project...
- Replies: 8
- Views: 1256