execute an UNIX command with the parallel shared container

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

Post Reply
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

execute an UNIX command with the parallel shared container

Post by dsedi »

All,

Is that possible to execute an UNIX command within the parallel shared container? i.e. is there any stage I can use to call the UNIX command after the execution of all the other stages with in the shared container?

Thanks in advance!
Accept that some days you're the pigeon and some days you're the statue.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The shared container itself doesn't have that facility directly. A BASIC transform stage allows you to call an after-stage shell script executed only after the last row is processed and could be added to your job, although I recommend against using BASIC transform stages.
Post Reply