Unix question

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Unix question

Post by admin »

Can anyone tell me what the command would be at the Unix prompt to run a datastage job, outside of Director?

We need to use a thirdparty scheduler for our DataStage jobs.

Thanks, Trish Adams
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Funny, I dont have this directory (assuming that uvhome is replaced by the directory where datastage is installed). Do you know if this is part of the unix installation?

Thx, Trish

> ----------
> From: Arnd Wussing[SMTP:Arnd.Wussing@informix.com]
> Reply To: informix-datastage@oliver.com
> Sent: Wednesday, November 08, 2000 1:23 PM
> To: informix-datastage@oliver.com
> Subject: RE: Unix question
>
> It is the "dsjob" command in the $uvhome/bin directory. Just enter it
> without parameters and youll get a list of all the options, or check
> the .pdf documentation for details.
>
> -Arnd.
>
> -----Original Message-----
> From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
> Sent: Wednesday, November 08, 2000 19:10
> To: informix-datastage@oliver.com
> Subject: Unix question
>
>
> Can anyone tell me what the command would be at the Unix prompt to run
> a datastage job, outside of Director?
>
> We need to use a thirdparty scheduler for our DataStage jobs.
>
> Thanks, Trish Adams
>
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

It is the "dsjob" command in the $uvhome/bin directory. Just enter it without parameters and youll get a list of all the options, or check the .pdf documentation for details.

-Arnd.

-----Original Message-----
From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
Sent: Wednesday, November 08, 2000 19:10
To: informix-datastage@oliver.com
Subject: Unix question


Can anyone tell me what the command would be at the Unix prompt to run a datastage job, outside of Director?

We need to use a thirdparty scheduler for our DataStage jobs.

Thanks, Trish Adams
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

The command is DSJOB and the syntax is

dsjob -run
[ -mode [ NORMAL | RESET | VAL I DATE ] ]
[ -param name=value ]
[ -warn n ]
[ -rows n ]
[ -wait ]
[ -stop ]
[ -jobstatus]
[-userstatus]

This is described in the DataStage online document called servjdev.pdf which is installed in the DataStage client directory with R4+. If I remember correctly, it was in the UniVerse documentation (either the BASIC or the REF
manual) prior to R4.

Mike.
-----Original Message-----
From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
Sent: Wednesday, November 08, 2000 12:10 PM
To: informix-datastage@oliver.com
Subject: Unix question


Can anyone tell me what the command would be at the Unix prompt to run a datastage job, outside of Director?

We need to use a thirdparty scheduler for our DataStage jobs.

Thanks, Trish Adams
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Sorry, after a bit of digging Ive found this directory, and am able to invoke the dsjob command.

thanks much :>)

Trish

> ----------
> From: Adams, Trish R (Compuware)[SMTP:AdamsTR@BP.COM]
> Reply To: informix-datastage@oliver.com
> Sent: Wednesday, November 08, 2000 1:20 PM
> To: informix-datastage@oliver.com
> Subject: RE: Unix question
>
> Funny, I dont have this directory (assuming that uvhome is replaced
> by the directory where datastage is installed). Do you know if this
> is part of the
> unix installation?
>
> Thx, Trish
>
> > ----------
> > From: Arnd Wussing[SMTP:Arnd.Wussing@informix.com]
> > Reply To: informix-datastage@oliver.com
> > Sent: Wednesday, November 08, 2000 1:23 PM
> > To: informix-datastage@oliver.com
> > Subject: RE: Unix question
> >
> > It is the "dsjob" command in the $uvhome/bin directory. Just enter
> > it without parameters and youll get a list of all the options, or
> > check
> the
> > .pdf documentation for details.
> >
> > -Arnd.
> >
> > -----Original Message-----
> > From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
> > Sent: Wednesday, November 08, 2000 19:10
> > To: informix-datastage@oliver.com
> > Subject: Unix question
> >
> >
> > Can anyone tell me what the command would be at the Unix prompt to
> > run a datastage job, outside of Director?
> >
> > We need to use a thirdparty scheduler for our DataStage jobs.
> >
> > Thanks, Trish Adams
> >
>
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Trish,

the directory needs to be there, without it DS wont run. do a cat /.uvhome to get the path and then to the sub-directory bin.

-Arnd.

-----Original Message-----
From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
Sent: Wednesday, November 08, 2000 19:21
To: informix-datastage@oliver.com
Subject: RE: Unix question


Funny, I dont have this directory (assuming that uvhome is replaced by the directory where datastage is installed). Do you know if this is part of the unix installation?

Thx, Trish

> ----------
> From: Arnd Wussing[SMTP:Arnd.Wussing@informix.com]
> Reply To: informix-datastage@oliver.com
> Sent: Wednesday, November 08, 2000 1:23 PM
> To: informix-datastage@oliver.com
> Subject: RE: Unix question
>
> It is the "dsjob" command in the $uvhome/bin directory. Just enter it
> without parameters and youll get a list of all the options, or check
> the .pdf documentation for details.
>
> -Arnd.
>
> -----Original Message-----
> From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
> Sent: Wednesday, November 08, 2000 19:10
> To: informix-datastage@oliver.com
> Subject: Unix question
>
>
> Can anyone tell me what the command would be at the Unix prompt to run
> a datastage job, outside of Director?
>
> We need to use a thirdparty scheduler for our DataStage jobs.
>
> Thanks, Trish Adams
>
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Is DataStage installed on your Unix machine or is it on an NT server? We have DataStage installed on NT and our universe account is on Unix.

-----Original Message-----
From: Arnd Wussing [mailto:Arnd.Wussing@informix.com]
Sent: Wednesday, November 08, 2000 1:45 PM
To: informix-datastage@oliver.com
Subject: RE: Unix question


Trish,

the directory needs to be there, without it DS wont run. do a cat /.uvhome to get the path and then to the sub-directory bin.

-Arnd.

-----Original Message-----
From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
Sent: Wednesday, November 08, 2000 19:21
To: informix-datastage@oliver.com
Subject: RE: Unix question


Funny, I dont have this directory (assuming that uvhome is replaced by the directory where datastage is installed). Do you know if this is part of the unix installation?

Thx, Trish

> ----------
> From: Arnd Wussing[SMTP:Arnd.Wussing@informix.com]
> Reply To: informix-datastage@oliver.com
> Sent: Wednesday, November 08, 2000 1:23 PM
> To: informix-datastage@oliver.com
> Subject: RE: Unix question
>
> It is the "dsjob" command in the $uvhome/bin directory. Just enter it
> without parameters and youll get a list of all the options, or check
> the .pdf documentation for details.
>
> -Arnd.
>
> -----Original Message-----
> From: Adams, Trish R (Compuware) [mailto:AdamsTR@BP.COM]
> Sent: Wednesday, November 08, 2000 19:10
> To: informix-datastage@oliver.com
> Subject: Unix question
>
>
> Can anyone tell me what the command would be at the Unix prompt to run
> a datastage job, outside of Director?
>
> We need to use a thirdparty scheduler for our DataStage jobs.
>
> Thanks, Trish Adams
>
Locked