Dynamically Creating Files

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

ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

nirav.parikh wrote:In server jobs we could have done it using output as Folder Stage. wonder what's the equivalent for Parellel jobs.
Don't hijack the thread - your question is not directly related to that of this thread. Start a new thread.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nirav.parikh
Participant
Posts: 14
Joined: Thu Dec 13, 2007 2:57 am

Post by nirav.parikh »

ray.wurlod wrote:
nirav.parikh wrote:In server jobs we could have done it using output as Folder Stage. wonder what's the equivalent for Parellel jobs.
Don't hijack the thread - your question ...


Ray I did not mean to Hijack this thread with another question.
What I meant is I had achieved it in Server Jobs using Folder Stage as output option. But Folder stage is not available in Parallel jobs , so I was just thinking aloud as to what can act as a substitute for folder stage. I was hoping someone might get a line of thought using this idea...
Thanks
Thanks & Regards
Nirav
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Best write a unix script and stick it in the sequencer command stage.
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Sainath.Srinivasan wrote:Best write a unix script and stick it in the sequencer command stage.
Sequencer Command stage ? or execute activity stage of a sequence ??
Nag
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

You know which one I mean. :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... not to become an accomplice in this hijacking, but keep in mind the fact that everyone has an Execute Command stage but Windows peoples get a 'Command' stage as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

Sainath.Srinivasan wrote:Best write a unix script and stick it in the sequencer command stage.
Personally i don't think that is the best way, especially when the external target stage with a unix awk command will do the job perfectly.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

By doing in sequence, you are avoiding any other jobs.
Post Reply