Search found 2886 matches
- Thu Mar 29, 2012 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting multiple records into one
- Replies: 14
- Views: 5506
- Thu Mar 29, 2012 8:50 pm
- Forum: IBM QualityStage
- Topic: ODBC Data Source for Match test
- Replies: 11
- Views: 16584
- Thu Mar 29, 2012 8:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting multiple records into one
- Replies: 14
- Views: 5506
- Thu Mar 29, 2012 4:49 pm
- Forum: General
- Topic: Passing values from job parameter
- Replies: 6
- Views: 1712
Re: Passing values from job parameter
I am trying to run a job where it should prompt me with ten different values during run time. My question is how do I define these values for a single job parameter? With a single job parameter, you will be prompted a single time for a single value. What is it you are actually trying to accomplish ...
- Thu Mar 29, 2012 4:46 pm
- Forum: IBM QualityStage
- Topic: ODBC Data Source for Match test
- Replies: 11
- Views: 16584
Check out this IBM tech note:
http://www-01.ibm.com/support/docview.w ... wg21409481
It mentions DB2, Oracle, and SQL (meaning SQL Server; not mysql).
http://www-01.ibm.com/support/docview.w ... wg21409481
It mentions DB2, Oracle, and SQL (meaning SQL Server; not mysql).
- Thu Mar 29, 2012 4:35 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can we export the column analysis result
- Replies: 5
- Views: 3685
- Thu Mar 29, 2012 4:20 pm
- Forum: General
- Topic: main_program: Duplicate name registration
- Replies: 4
- Views: 1355
- Thu Mar 29, 2012 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reference link data to be passed
- Replies: 9
- Views: 2452
- Thu Mar 29, 2012 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting multiple records into one
- Replies: 14
- Views: 5506
- Thu Mar 29, 2012 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to Create Fixed With File using Sequencial file Stage
- Replies: 1
- Views: 935
- Wed Mar 28, 2012 9:42 pm
- Forum: General
- Topic: Escaping # in Execute Command definition
- Replies: 4
- Views: 2466
DataStage removes any single # from ExecCommand stage upon execution. I think it is a bug, as it should give a warning and also provide an escape character for a # sign. In place of this: !/^#/ Substitute in the regular expression octal code \043 in place of # like so: !/^\043/ Hex may also work as ...
- Wed Mar 28, 2012 7:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how config odbc connect greenplum on datastage?
- Replies: 10
- Views: 6043
Is that error coming when you run a job or when you attempt to import ODBC table definitions? Have you tried both ways and get the same error? If you have not tried running a job, you could manually define a column from a known table without importing all metadata first, just as a test. Perhaps ther...
- Wed Mar 28, 2012 7:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Report customize issue
- Replies: 5
- Views: 1405
I tried it on 8.7 with all default settings by adding descriptions to every source, processing, and target stage, then saving the job, not compiling it, generating the report, and all descriptions show up as expected. I'm not sure what version you're on, but perhaps it has a bug. Try it from a Desig...
- Wed Mar 28, 2012 7:37 pm
- Forum: General
- Topic: Time between scripts in a batch increased after upgrade
- Replies: 28
- Views: 7521
The permissions on your DSParams file look OK to me. The group owner of the file... I'm not so sure. Also, it's showing a * at the end of the file name. Double check with ls -l DSP* on multiple project directories to compare. Whoever modified it last shows as the current file owner along with that u...
- Wed Mar 28, 2012 7:31 pm
- Forum: General
- Topic: Passing values from job parameter
- Replies: 3
- Views: 1060