Convert all your output columns to VarChar, and derive them with begin and end element tags. That will get you very close.
Optionally use before-job and after-job subroutines to create headers and trailers.
Search found 53125 matches
- Tue Dec 22, 2015 2:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Any feature to create html output
- Replies: 7
- Views: 4578
- Sun Dec 20, 2015 4:46 pm
- Forum: General
- Topic: Add job into WLM -Queue Management
- Replies: 3
- Views: 2312
Verify in Diretor that the job ran in this queue. Verify in Ops Console dashboard view, by drilling through to the job, that it ran n the high priority queue. What do you expect to see on the Workload Management tab? This is really for managing queues. If the job has already started, it is no longer...
- Sat Dec 19, 2015 12:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with Dataset stage
- Replies: 11
- Views: 4148
- Sat Dec 19, 2015 12:15 am
- Forum: General
- Topic: Add job into WLM -Queue Management
- Replies: 3
- Views: 2312
- Thu Dec 17, 2015 11:47 pm
- Forum: General
- Topic: Is anyone using DataStage in an PCI environment?
- Replies: 5
- Views: 2350
- Thu Dec 17, 2015 11:46 pm
- Forum: General
- Topic: update table definition automatically
- Replies: 1
- Views: 1372
There's nothing automatic. We prefer a well-governed process where proposed changes to tables are also advised to the ETL team, who can perform an impact analysis to see what jobs are affected. Subsequently revised table definitions are imported, overwriting the old ones (which have been exported or...
- Mon Dec 14, 2015 7:56 pm
- Forum: General
- Topic: Unable to save a job
- Replies: 8
- Views: 4555
- Mon Dec 14, 2015 2:52 pm
- Forum: General
- Topic: Unable to save a job
- Replies: 8
- Views: 4555
- Thu Dec 10, 2015 5:17 pm
- Forum: General
- Topic: UNIX Code Reading into a Transformer?
- Replies: 10
- Views: 2648
There are activity variables that capture the command output ($CommandOutput) and the exit status ($ReturnValue) from the command (script). These are available anywhere downstream of the Execute Command activity. So, in your Job activity, you might set the value of a job parameter to be Convert(@FM,...
- Thu Dec 10, 2015 2:12 pm
- Forum: General
- Topic: UNIX Code Reading into a Transformer?
- Replies: 10
- Views: 2648
- Thu Dec 10, 2015 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting Characters from a row
- Replies: 6
- Views: 1882
- Thu Dec 10, 2015 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp issue when using Pivot Stage
- Replies: 10
- Views: 3299
- Thu Dec 10, 2015 12:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregation rows/ summary rows
- Replies: 2
- Views: 2794
- Wed Dec 09, 2015 6:15 pm
- Forum: General
- Topic: passing a value from a db2 table to a datastage parameter
- Replies: 4
- Views: 1650
The result of the Execute Command activity is available as an activity variable that you can use to populate the job parameter in the Job activity.
Note that you may need to trim a trailing field mark character.
Note that you may need to trim a trailing field mark character.
Code: Select all
Trim(MyCommand.$CommandOutput, @FM)- Wed Dec 09, 2015 6:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Confusion on Partitioning for Join stage
- Replies: 14
- Views: 6011