@INROWNUM only ever counts the rows coming in from the stream input link. There are no system variables for counting the rows on reference input links. It could be done with a stage variable, for example svRowsL2.
Initial value 0
Derivation svRowsL2 + Not(L2.NOTFOUND)
Search found 53125 matches
- Wed Jun 01, 2005 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM Problem
- Replies: 5
- Views: 1570
- Wed Jun 01, 2005 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to create Automatic Job Control
- Replies: 2
- Views: 710
BEWARE!!!
Beware of the Folder stage. Even though you specify just file names, it seems to try to read the entire file. This can cause an abort with access violation/SIGBUS, when your memory is exhausted by trying to load a large file for no good reason. As well as using a job sequence, you can also code it y...
- Wed Jun 01, 2005 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reference Links to Lookup Stage
- Replies: 4
- Views: 1829
- Wed Jun 01, 2005 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading variable length data
- Replies: 12
- Views: 3680
Lance, a vector is a close analogy to a multi-valued field. A vector of subrecords is a close analogy to an associated set of multi-valued fields. Does that help any? For COBOL folks, a fixed length vector corresponds roughly to an OCCURS clause, and a variable length vector corresponds roughly to a...
- Wed Jun 01, 2005 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading variable length data
- Replies: 12
- Views: 3680
- Wed Jun 01, 2005 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nullable fields in lookup
- Replies: 4
- Views: 1383
- Wed Jun 01, 2005 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Player 7 error
- Replies: 7
- Views: 1922
DataStage parallel jobs use an architecture that uses an orchestra as its metaphore. There is one "conductor" process, which manages overall co-ordination and writes to the job log. On each processing node there is a "section leader" process, which manages communication upwards and downwards, and co...
- Wed Jun 01, 2005 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate name registration
- Replies: 4
- Views: 2152
Welcome aboard! :D Bienvenue! It appears that something odd has occurred during the installation, whereby the operator associated with the Transformer stage (that is, the APT_TransformOperator) has been registered twice. I suspect that the only cure will be to uninstall and re-install, but check wit...
- Wed Jun 01, 2005 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Data From DB/UDB Enterprise Stage
- Replies: 4
- Views: 2828
- Wed Jun 01, 2005 1:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading & Writing 8 bit chars-NLS on DataStage and Oracl
- Replies: 3
- Views: 1294
Beware that Char(128) is reserved for the internal representation of NULL in DataStage. And, yes, if you are getting values over 255 then you have NLS enabled, and what you are seeing is not ASCII, but Unicode code points. However these are not possible with ASCII7. Therefore, whatever "they" are pr...
- Wed Jun 01, 2005 1:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Type 2 slowly changing dimensions
- Replies: 1
- Views: 846
Search the forum for topics like Type 2 and SCD ; this has been covered much in the past. Are you using surrogate keys? If so, search for that topic too; it changes the way you might go about designing. Comparisons can be achieved using comparison operators (such as "=") or by using the Compare() fu...
- Wed Jun 01, 2005 1:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS7.5 Enterprise Edition - SQL Server 2000 plug-in
- Replies: 7
- Views: 1567
There is no specific stage type. You can use the ODBC Enterprise stage (which is probably "best"). You can also use the Dynamic RDBMS stage (DRS) with protocol set to ODBC. In either case, you will need to set up a "DSN" entry in $DSHOME/.odbc.ini describing where the SQL Server database is, and an ...
- Wed Jun 01, 2005 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Data From DB/UDB Enterprise Stage
- Replies: 4
- Views: 2828
- Wed Jun 01, 2005 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Server connections
- Replies: 9
- Views: 6663
That, and the absolute requirement to have a space either side of the "=" character, are well-known annoyances. (It's not only in DataStage, however; for example most database's bulk loader control scripts must also have that final line-terminator, as an indicator that a command is ended.) Well done...
- Tue May 31, 2005 7:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Ebcdic files
- Replies: 3
- Views: 1155