Page 1 of 1

Execution a datastage job in UNIX

Posted: Mon Sep 29, 2003 5:39 am
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

Posted: Mon Sep 29, 2003 5:48 am
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.

Posted: Mon Sep 29, 2003 5:50 am
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

Posted: Mon Sep 29, 2003 5:55 am
by Angel
Thank you for your very quick replay.
Angel