Search found 2 matches

by patpicos
Tue May 17, 2016 6:50 pm
Forum: General
Topic: datastage development process
Replies: 6
Views: 10770

jhmckeever - would you mind doing a write up on the code validation steps that you have built ? From a unit test perspective, are you testing unit tests against data or did you mean the code validation steps were your unit tests. We are currently investigating how we can build jenkins pipelines, dep...
by patpicos
Wed Oct 30, 2013 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Header and Trailer to file
Replies: 6
Views: 3632

you can create 3 separate sequential files, then use unix commands to concatenate them

cat header.txt body.txt trailer.txt > target.txt