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.
Search found 53125 matches
- 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
- 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()- Tue Jul 16, 2013 2:12 pm
- Forum: General
- Topic: Parameter set Values file in scheduled jobs
- Replies: 1
- Views: 1361
- 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
- Tue Jul 16, 2013 2:07 pm
- Forum: General
- Topic: Report of users activity in DS
- Replies: 3
- Views: 1312
- Tue Jul 16, 2013 2:06 pm
- Forum: General
- Topic: DS client login issue
- Replies: 2
- Views: 1929
- 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
- 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...
- Tue Jul 16, 2013 3:57 am
- Forum: General
- Topic: ibm infosphere information server console
- Replies: 3
- Views: 1510
- 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
- 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
- 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...
- Mon Jul 15, 2013 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to implement join
- Replies: 9
- Views: 3714
- 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...
- Mon Jul 15, 2013 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Convert Dates
- Replies: 5
- Views: 2806