sleep command in sequencers....

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
koolsun85
Participant
Posts: 36
Joined: Tue Jun 15, 2010 3:30 pm
Location: Tampa

sleep command in sequencers....

Post by koolsun85 »

hello,

how to insert a sleep command in sequencers.
help appreciated...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's not possible in a sequencer, which fires if any/all of its inputs has fired. In a SEQUENCE, however, use an Execute Command activity to execute a sleep command.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
koolsun85
Participant
Posts: 36
Joined: Tue Jun 15, 2010 3:30 pm
Location: Tampa

Post by koolsun85 »

can you guide me in using thru execute command stage...
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

koolsun85 - the execute command stage is very simple and well documented. Perhaps you could try to use it and, if you have problems, you could post specific questions to this thread.
Post Reply