Stephan's approach has the additional benefit that these sub-folders can then be referenced as custom folders by Version Control for DataStage.
Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
Search found 53125 matches
- Tue Aug 26, 2003 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute script from DS
- Replies: 2
- Views: 692
- Tue Aug 26, 2003 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: update UV table
- Replies: 2
- Views: 305
The message says it all. You're trying to load a value into a column but that value violates the data type requirement of that column. For example, you may be trying to load "FRED" into a column whose data type is Integer. The UV stage enforces data types. If the key comprises one or more columns, d...
- Tue Aug 26, 2003 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dependancy Checks
- Replies: 4
- Views: 838
- Tue Aug 26, 2003 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Best Practices CDD question
- Replies: 9
- Views: 3964
- Sun Aug 24, 2003 11:21 pm
- Forum:
- Topic: Java machine not running
- Replies: 2
- Views: 2254
- Sun Aug 24, 2003 1:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JOIN tables in Datastage
- Replies: 14
- Views: 3794
- Sat Aug 23, 2003 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting Issues...
- Replies: 7
- Views: 1361
- Fri Aug 22, 2003 5:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiling jobs in a shell script
- Replies: 4
- Views: 1108
When you compile a server job from Designer, the actual work is performed by a "helper subroutine" on the DataStage server machine. Exactly how this is done is not documented, and there is no command line interface provided to it. Check out CompileAll for DataStage (which you can get for free from t...
- Fri Aug 22, 2003 5:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Verify the UV file structure
- Replies: 1
- Views: 305
That's going to depend on what kind of UV file you've created! By and large the structure is intended to look after itself, and does a pretty good job of it. For dynamic hashed files (the default type) you can inspect the file with the following command, which is executed from the TCL prompt (or the...
- Fri Aug 22, 2003 5:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validation of Varchar() field for Date
- Replies: 4
- Views: 1280
DateGenericIsDate expects delimiters in the date. But it could be adapted. You can construct a routine something like the following, and use that routine directly in an expression (such as a stage variable derivation expression or an output column derivation). FUNCTION IsYMDDate(TheString) $COPYRIGH...
- Fri Aug 22, 2003 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get the count of records based on a constraint
- Replies: 7
- Views: 1354
quote: Originally posted by rubakuma [br]I am loading a text file to SQL Server. One of the fields in text file, say VoidIndicator. If VoidIndicator "V" then the record is populated into SQL Server. I need to know the number of rejected rows ie) number of rows with VoidIndicator = "V". How do I do t...
- Fri Aug 22, 2003 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can we call user defined routines in Px jobs
- Replies: 5
- Views: 1162
- Fri Aug 22, 2003 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing the Director screen
- Replies: 11
- Views: 2055
Colour coding of jobs is possible in DS 6.0 in Designer. You can set the colours for links to show you whether they're waiting, running, finished, aborted and a couple of other possibilities. Tools > Options > Graphical Performance Monitor to set colours. Diagram > Show Performance Statistics to sho...
- Fri Aug 22, 2003 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merging Tools and the DSX
- Replies: 2
- Views: 1096
Good point. As one of the original contributors to DSX (and T4DS) and as a resident of Australia (and thus aware of the rather unique laws we have on privacy) I will assure you that my details have not been on-sold by the folks at DCS-Strategies who host these sites. At the same time, it's a great i...
- Fri Aug 22, 2003 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with vertical pivot
- Replies: 3
- Views: 1141