Search found 53125 matches

by ray.wurlod
Tue Jul 16, 2013 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: double convert function
Replies: 0
Views: 1611

Write it out on paper and see where the "#" characters stem from. There may be some quote character issues with your parameter value.

Also, check that the characters really are "U" and "J" in source data.
by ray.wurlod
Tue Jul 16, 2013 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group On One Column and Get Data from Other Column
Replies: 6
Views: 2016

Welcome aboard. Try this:

Code: Select all

If Cno = 0 And DNo = 0 Then RNo Else SetNull()
by ray.wurlod
Tue Jul 16, 2013 2:12 pm
Forum: General
Topic: Parameter set Values file in scheduled jobs
Replies: 1
Views: 1361

Values files are for Parameter Sets, not for schedules. They are stored in a subdirectory called ParameterSets in the project directory. In ParameterSets there is a subdirectory for each parameter set, and this contains any values files defined for the eponymous parameter set.
by ray.wurlod
Tue Jul 16, 2013 2:09 pm
Forum: General
Topic: Need to use date to run certain jobs in a Sequence
Replies: 8
Views: 2019

Not sure about the sharp signs. Use the Expression Editor to build your trigger expression, so that you can select the parameter name from a list.
by ray.wurlod
Tue Jul 16, 2013 2:07 pm
Forum: General
Topic: Report of users activity in DS
Replies: 3
Views: 1312

There isn't (at least not in current versions).

You could build your own, but would need knowledge of how the DataStage Engine ("UniVerse") works, in particular techniques for intercepting logins. That is too big a topic to cover here.
by ray.wurlod
Tue Jul 16, 2013 2:06 pm
Forum: General
Topic: DS client login issue
Replies: 2
Views: 1929

Do you have a firewall that is blocking the relevant port numbers? See Planning, Installation and Configuration Guide for details of all the ports that need to be opened.
by ray.wurlod
Tue Jul 16, 2013 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OUTOFMEMORY-DSObjects Out of Memory
Replies: 2
Views: 2343

You have a different error code - how can you assert it's the same problem?
Start a new thread.
by ray.wurlod
Tue Jul 16, 2013 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I use DataStage to backup records?
Replies: 6
Views: 2021

DataStage is not really a backup management utility. Prefer the correct tool for the job, and for the job of managing your backup archives (for example IBM InfoSphere Optim Data Growth Solution). If you really must use DataStage it's just another ETL task - you need to identify a mechanism for deter...
by ray.wurlod
Tue Jul 16, 2013 3:57 am
Forum: General
Topic: ibm infosphere information server console
Replies: 3
Views: 1510

IBM InfoSphere Information Server console is only available if you have licensed Information Analyzer and/or Information Services Director. You may be referring to "web console for IBM InfoSphere Information Server". This is not a separate client but, rather, is opened in a browser (Intern...
by ray.wurlod
Mon Jul 15, 2013 9:47 pm
Forum: General
Topic: Need to use date to run certain jobs in a Sequence
Replies: 8
Views: 2019

Use a sequence to test the date parameter, and decide which job (or what parameters for a single job) to be used based on that trigger.
by ray.wurlod
Mon Jul 15, 2013 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting columns from multiple data sets
Replies: 3
Views: 1173

Select only the columns that will be needed (if possible). Perform the join in a Join stage, and run the initial load over a quiet period such as a weekend.
by ray.wurlod
Mon Jul 15, 2013 9:44 pm
Forum: IBM QualityStage
Topic: Reference Match Types
Replies: 3
Views: 3640

A two-source match identifies records in one source that have similar attributes to records in a second source (for example when enriching a data source from a reference source). In one-to-one matching, one record from the data source can be assigned to only one record from the reference source, and...
by ray.wurlod
Mon Jul 15, 2013 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement join
Replies: 9
Views: 3714

In server jobs lookups are performed with the Transformer stage. The server Transformer stage takes one stream input and zero or more reference inputs (these are painted with short dashed lines). Reference inputs provide the lookup functionality. Hashed files (note, not "hash" files) are i...
by ray.wurlod
Mon Jul 15, 2013 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel jobs
Replies: 5
Views: 2283

Read about these techniques in the Server Job Developer's Guide. With multi-instance jobs you will need to implement a technique for splitting your data over the available instances. For example, where the source is a database table, use a parameterized WHERE clause to specify separate subsets of ro...
by ray.wurlod
Mon Jul 15, 2013 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Convert Dates
Replies: 5
Views: 2806

All manuals are available on your installation media, and may well have been installed on your client. Otherwise most manuals - and definitely the Server Job Developer's Guide - may be downloaded free from IBM. Just make sure you have the correct version.