Page 1 of 1

DataStage Administrator commands

Posted: Tue May 14, 2002 8:06 am
by jan_moolman
Can someone please provide me with a list of commands you can use in the command path under data stage administrator ,and in short what they mean?


Jan Moolman

Posted: Tue May 14, 2002 11:11 am
by WoMaWil
Can someone please provide me with a list of commands you can use in the command path under data stage administrator ,and in short what they mean?


Jan Moolman
Hi Jan,

you can use the UV-language which you can find in the uv-Manual on the cd or the standard sql-language which you find on the sql-manual on your cd.

For example

SELECT * FROM VOC;

will give you all entrence in the VOC-Table.

SELECT * FROM DS_JOBS;

will list you all Jobs in your project and so on.

Wolfgang