Search found 53125 matches

by ray.wurlod
Tue Aug 26, 2003 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute script from DS
Replies: 2
Views: 692

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
by ray.wurlod
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...
by ray.wurlod
Tue Aug 26, 2003 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dependancy Checks
Replies: 4
Views: 838

You can create a job sequence with a WaitForFile activity that awaits the arrival of the file generated by, and transferred from, the DataStage job on the mainframe.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
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

It would be really useful if these white papers were on the Ascential web site.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Sun Aug 24, 2003 11:21 pm
Forum:
Topic: Java machine not running
Replies: 2
Views: 2254

That could be an incomplete installation, or a version mismatch of the JVM (Java virtual machine), or something strange happening in Windows. What version of Windows are you running? I think you're going to need to get your support provider to help on this one.
by ray.wurlod
Sun Aug 24, 2003 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOIN tables in Datastage
Replies: 14
Views: 3794

[?] I really can't see what any of your requirements has to do with DataStage. You're really just after help constructing SQL statements.
by ray.wurlod
Sat Aug 23, 2003 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Issues...
Replies: 7
Views: 1361

I second Ken's diagnosis. Can you post your sorting criteria and the contents of the Inputs grid of the Aggregator stage?

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

For everyone else's benefit, TJ's point is that in version 6.0 use of shared containers is limited to multi-CPU (SMP) systems; it is not supported on MPP clusters. [:0]
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
Fri Aug 22, 2003 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with vertical pivot
Replies: 3
Views: 1141

ExecSH (or ExecDOS) as a before-stage or before-job subroutine:
echo ",,,,,," >> #filename#

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518