Search found 53125 matches
- Wed Jul 06, 2005 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecTCL
- Replies: 12
- Views: 4266
ExecTCL is a before/after subroutine. As such it has no syntax per se. You load it up in the properties of any job or active stage, and place the command to be executed in the Input Value field. If the command succeeds, the job keeps going. If the command fails, the job stops. Source code for ExecTC...
- Wed Jul 06, 2005 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading sequential file
- Replies: 8
- Views: 3024
- Wed Jul 06, 2005 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informix Configuration for DS 7.1
- Replies: 5
- Views: 2422
DataStage is simply another client application as far as Informix is concerned. Therefore, it requires exactly the same configuration as any other client. In particular the relevant environment variables (including PATH, LD_LIBRARY_PATH as well as the Informix ones) must be set. For DataStage on UNI...
- Wed Jul 06, 2005 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetJobInfo codes description
- Replies: 4
- Views: 1047
- Wed Jul 06, 2005 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assess a DataStage Job
- Replies: 5
- Views: 2994
You would also need some measure of clarity (lack of obfuscation). For example, does the job have "hidden" ingredients, such as before/after subroutines, about which the future maintainers are not warned with, say, annotations on the design canvas? Containers can add to or detract from clarity; so q...
- Wed Jul 06, 2005 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the limit of the hash file?
- Replies: 6
- Views: 1412
- Wed Jul 06, 2005 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum jobs per project
- Replies: 7
- Views: 1718
Depending on the O/S you may hit a limit where the number of directories in a directory is reached. On Solaris this seems to be 32767. Remember that each dynamic hashed file is a directory and that each job typically requires four new hashed files, and that suggest a limit of about 8000 jobs on that...
- Wed Jul 06, 2005 1:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling statistic
- Replies: 2
- Views: 692
- Wed Jul 06, 2005 1:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: run job once otherwise exit
- Replies: 2
- Views: 720
- Wed Jul 06, 2005 1:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecTCL
- Replies: 12
- Views: 4266
- Wed Jul 06, 2005 1:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot login DataStage and run scheduled jobs
- Replies: 10
- Views: 3553
- Wed Jul 06, 2005 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "TAB" Delimitter
- Replies: 2
- Views: 782
- Wed Jul 06, 2005 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: promote subrecord
- Replies: 9
- Views: 2910
- Wed Jul 06, 2005 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: update insert problem
- Replies: 3
- Views: 2347
However, it's grumbling about the UPDATE statement. Wrong number of parameters suggests that, while you have two columns in your WHERE clause, there are more than two - or only one - identified as Key in your metadata (the columns grid). Or, perhaps, that either START_DT or arr_id_acct are not colum...
- Tue Jul 05, 2005 9:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading sequential file
- Replies: 8
- Views: 3024