Using Wrapped Stage

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
ashcar
Charter Member
Charter Member
Posts: 28
Joined: Mon Feb 09, 2004 11:54 am
Location: Minneapolis

Using Wrapped Stage

Post by ashcar »

I have a server job ..where it executes a shell command to move the files in the after stage routine... since i have converted that job into parallel
i need some help building wrapped stage...the shell command is
mv #ArchivePath#/Sorted#FileToSort# #ArchivePath#/#FileToSort#

how do i pass job parameters ...and what values do i need to insert under wrapped interfaces and environment
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

You can do it pretty much the same way -- by using an after-stage routine.

To learn more about the Wrapped Stage, check your local Parallel Extender PDF (parjdev.pdf), under chapter 55 - "Specifying Your Own Parallel Stages".
Post Reply