DataStage Administrator commands

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
jan_moolman
Participant
Posts: 6
Joined: Thu Apr 04, 2002 4:36 am
Location: South Africa

DataStage Administrator commands

Post 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
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post 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
Post Reply