Execution a datastage job in UNIX

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
Angel
Participant
Posts: 18
Joined: Thu May 29, 2003 8:46 am
Location: Spain

Execution a datastage job in UNIX

Post by Angel »

Hi,
can anybody help me about how can I do to run a datastage job in unix shell?. I want to run it without DataStage.

Thank you,
Angel
shareeman
Charter Member
Charter Member
Posts: 39
Joined: Tue Sep 23, 2003 6:09 am

Post by shareeman »

Hi there,
dsjob is the command you need to use. It can be used after invoking the UniVerse from within ur Unix shell. Look up the Dstage Docs, you should have all the info you need OR run a search on this site. It's usage has been documented in detail i'm sure.

Hope this helps.
Optico
Participant
Posts: 23
Joined: Thu Sep 18, 2003 9:32 am

Post by Optico »

As Eric just answered in another thread :

From a unix prompt ...

set your variable in your shell.
cd to the project directory
use /dsjob -run -local




B. Sorensen,
Optico IT ApS
Angel
Participant
Posts: 18
Joined: Thu May 29, 2003 8:46 am
Location: Spain

Post by Angel »

Thank you for your very quick replay.
Angel
Post Reply