Search found 42189 matches
- Wed Oct 11, 2006 9:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Tuning
- Replies: 5
- Views: 1224
- Wed Oct 11, 2006 9:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calling DSfunction or Macro in Before SQL
- Replies: 4
- Views: 1474
- Wed Oct 11, 2006 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: This item has no design time information
- Replies: 15
- Views: 6210
- Wed Oct 11, 2006 9:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BASIC Compilation Error
- Replies: 10
- Views: 2980
Wasn't the only change you made to the sdk routine one from 'Open' to 'OpenPath'? Something else going on here that I'm missing? Your problem looks to be the fact that you specifically log a warning on the first line of the routine. Why would you want to do that? Change it to a DSLogInfo call - or b...
- Wed Oct 11, 2006 8:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Required Proj Name to a AutoSys job
- Replies: 4
- Views: 1554
- Wed Oct 11, 2006 6:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calling DSfunction or Macro in Before SQL
- Replies: 4
- Views: 1474
Re: calling DSfunction or Macro in Before SQL
parameter2: i have to pass job name Which job name? The controlling job? The current job? Some other job's name? If you want the current job's name, there is the DSJobName macro. For the controller job, DSJobController would be your macro of choice. i want find out can i call any DS function in ora...
- Wed Oct 11, 2006 6:41 pm
- Forum: General
- Topic: Filter stage - documentation error?
- Replies: 4
- Views: 3081
- Wed Oct 11, 2006 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: This item has no design time information
- Replies: 15
- Views: 6210
- Wed Oct 11, 2006 12:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion from Timestamp to Char
- Replies: 8
- Views: 1568
- Wed Oct 11, 2006 12:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion from Timestamp to Char
- Replies: 8
- Views: 1568
- Wed Oct 11, 2006 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup of a datastage job
- Replies: 6
- Views: 1539
- Wed Oct 11, 2006 11:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
Never seen that kind of message before? It means you need to include the header file with the function declaration for DSGetLinkInfo... JOBCONTROL.H off the top of my head. Search the forum for the proper syntax, something like: $INCLUDE DSINCLUDE JOBCONTROL.H This needs to be at the top of your rou...
- Wed Oct 11, 2006 11:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
I need to have the column names in the file. In that case, skip the whole 'check the file size' way and check link counts instead. An after job routine can be used to query the job using DSGetLinkInfo to determine the count of rows that went down any given link. Check for a zero count there and the...
- Wed Oct 11, 2006 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
- Wed Oct 11, 2006 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927