Search found 53125 matches
- Fri Aug 16, 2013 2:13 pm
- Forum: General
- Topic: Dynamic Job Name in Job Activity?
- Replies: 4
- Views: 1970
It's not an editable dropdown - that is, there is no way (for example) to load a parameter into this field. The generated Job Control code is read-only in the sequence, so you can't change it there either. The only possibility is to copy the Job Control code and parameters from the sequence into a s...
- Thu Aug 15, 2013 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handle reject file
- Replies: 4
- Views: 1996
- Thu Aug 15, 2013 4:20 am
- Forum: General
- Topic: Need to check if two files exist then only process?
- Replies: 6
- Views: 2542
- Thu Aug 15, 2013 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sub query
- Replies: 3
- Views: 1280
Re: sub query
I find that very difficult to believe. It may be that the SQL Builder won't easily let you build a sub-query, but you can certainly create your own user-defined SQL, or even edit the built SQL, so that it incorporates a sub-query.India2000 wrote:oracle connector doesn't allow me use sub query.
- Thu Aug 15, 2013 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading WebSphere MQ messages with DataStage
- Replies: 11
- Views: 6029
- Wed Aug 14, 2013 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Netezza NZLOAD
- Replies: 3
- Views: 3388
- Wed Aug 14, 2013 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row getting rejected for decimal point data
- Replies: 3
- Views: 2117
Set up a reject link from the Transformer stage and capture the output link variables SQLSTATE, DBMSCODE and DBMSERROR (I think that's what they are called). They may reveal more detailed information than you are getting in the log file. Add @INROWNUM to the reject link so you can be sure which row ...
- Wed Aug 14, 2013 4:35 pm
- Forum: General
- Topic: unable to run clear.file command fron a datastage job
- Replies: 6
- Views: 2671
- Wed Aug 14, 2013 4:32 pm
- Forum: General
- Topic: how to call a DataStage app on UNIX from the mainframe?
- Replies: 3
- Views: 888
- Wed Aug 14, 2013 4:31 pm
- Forum: General
- Topic: AIX Space requirements for v9.1
- Replies: 5
- Views: 1290
Probably not. How large are these records? Are you using Information Analyzer? Are you using DataStage Operations Console? Are you using QualityStage? Each of these requires database space on the Engine tier. As noted earlier, allow 4-5 times the volume of data to be profiled for IADB. Allow approxi...
- Wed Aug 14, 2013 4:26 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How Information analyzer is different?
- Replies: 2
- Views: 2807
Information Analyzer IS a tool for business analysts. To do everything that table profiling and rules profiling do you would have to write (and verify) very many SQL statements. The ability to clone many rules of one rule definition, the ability to combine rules into rule sets and the ability to ass...
- Tue Aug 13, 2013 11:44 pm
- Forum: General
- Topic: AIX Space requirements for v9.1
- Replies: 5
- Views: 1290
Just for installation, or are you scoping run-time as well? The Planning, Installation and Configuration Guide on-line has good utilities for estimating installation disk space. Additional temporary space that can be reclaimed after installation is also needed. Projects don't need a whole lot. Data ...
- Tue Aug 13, 2013 11:35 pm
- Forum: General
- Topic: Wait for file activity
- Replies: 11
- Views: 5213
- Tue Aug 13, 2013 11:32 pm
- Forum: General
- Topic: COMMENT No records found in this section - Shared containers
- Replies: 1
- Views: 866
- Tue Aug 13, 2013 11:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Autonomy output writting one field per line
- Replies: 5
- Views: 1519
The Pivot Enterprise stage (PXPivot) can perform both horizontal and vertical pivots and, as its name suggests, inherently carries the capability to execute in parallel. The older Pivot stage can only perform horizontal pivots and typically executes in sequential mode. It mirrors functionality of th...