Job Sequneces(Execute Command)

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
sowmyadevi
Participant
Posts: 10
Joined: Mon Apr 05, 2004 8:24 am

Job Sequneces(Execute Command)

Post by sowmyadevi »

Hi All,

I have created one batch file and saved in local disk. I am unable to execute this by using Execute Command, which is available in Job Sequences. It is not giving any error and the process of running is going on as infinite. How can i go about in order to pou-up the sqlplus window whenever i try to execute this batch file.

The batch file is as follows.

D:

CD ORACLE

CD ORA90

CD BIN

SQLPLUSW scott/tiger@oracle

please give your valuable ideas on this.

Thanks
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

You cannot have a job open up dialog boxes or interactive GUI programs. DataStage jobs are compiled programs, mean to run in a non-interactive background executing mode.

If you insist on something like this, then do not use DataStage.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply