Search found 15603 matches
- Tue Apr 22, 2008 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Execution Order
- Replies: 5
- Views: 1302
You can only control the order by the way you design the job as DataStage will try to execute everything concurrently. If stages have dependancies then those will determine the execution order, i.e. if you create a dataset and use that as a lookup then that branch will have to complete before the fi...
- Tue Apr 22, 2008 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Interpreting Record format
- Replies: 12
- Views: 3244
- Tue Apr 22, 2008 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capture DS Log Info in columns
- Replies: 1
- Views: 784
- Tue Apr 22, 2008 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass the log event details to a file?
- Replies: 2
- Views: 904
You could do it directly with
Code: Select all
OPENSEQ '/path/to/file.txt' TO OutFilePtr THEN WEOFSEQ(OutFilePtr) ELSE NULL
WRITESEQ SummaryArray TO OutFilePtr ELSE CALL DSLogFatal('Bad write','')
CLOSESEQ OutFilePtr
- Tue Apr 22, 2008 7:08 am
- Forum: General
- Topic: Datastage Transform
- Replies: 6
- Views: 4060
You have specified "Parallel" by wish to write a function [not a transform] in BASIC - that would be for a Server job. Which is it? The BASIC function would be straightforward, using a DSExecute() call to the UNIX call of your choice to see if the file exists, then parsing the result and returning a...
- Mon Apr 21, 2008 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning:Dataset has been truncated
- Replies: 3
- Views: 744
- Fri Apr 18, 2008 6:55 am
- Forum: General
- Topic: Dynamically renaming variables
- Replies: 8
- Views: 2481
I think you might be able to leverage RCP and shared containers to do this. Declare your shard container with no columns and pass the original column name and new name as parameters to this container. Then use a modify stage to rename the column dynamically; repeat this call as often as necessary to...
- Sat Apr 12, 2008 11:53 am
- Forum: Site/Forum
- Topic: How did you learn DataStage?
- Replies: 34
- Views: 29120
- Sat Apr 12, 2008 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: before job routine & after job routine
- Replies: 3
- Views: 4136
- Sun Apr 06, 2008 11:11 am
- Forum: General
- Topic: RE: Helper Subroutines
- Replies: 14
- Views: 3818
I'm afraid I'm not able to understand the first question, but the 2nd one ergarding decompiling programs is easy to answer. Yes, the programs could be decompiled. There is only one UV-based commercial decompiler as far as I know, plus a couple of self-written ones. The compiled pseudo-code for some ...
- Sun Apr 06, 2008 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running Zipped File in DataStage
- Replies: 7
- Views: 7181
- Sat Apr 05, 2008 10:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Premature EOF on node
- Replies: 4
- Views: 3009
- Sat Apr 05, 2008 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 error
- Replies: 4
- Views: 876
- Sat Apr 05, 2008 5:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performamnce of compilation
- Replies: 1
- Views: 526
try compiling a job with no transform stage to get a baseline compile time. Those numbers are absolutely atrocious and I couldn't work on a system like that. At my current site we have a big job that cannot be split due to technical reasons that takes 10-15 minutes to compile but that is the worst I...
- Sat Apr 05, 2008 4:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Premature EOF on node
- Replies: 4
- Views: 3009