Page 1 of 1

Using Wrapped Stage

Posted: Wed Dec 08, 2004 11:03 am
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

Posted: Mon Dec 13, 2004 5:09 pm
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".