looping for each record

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

you can try g++ - O file.c to create its object file. I think :roll:
As Ray pointed out, try it out.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
vijayrc
Participant
Posts: 197
Joined: Sun Apr 02, 2006 10:31 am
Location: NJ

Post by vijayrc »

DSguru2B wrote:you can try g++ - O file.c to create its object file. I think :roll:
As Ray pointed out, try it out.
You can also used a Build-OP stage and do whatever you intend to do with simple C Programming.
Post Reply