DataStage Engine 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
biswajit_paul
Participant
Posts: 16
Joined: Tue Apr 22, 2003 3:37 am
Location: USA
Contact:

DataStage Engine Commands

Post by biswajit_paul »

:D
Could someone tell me a source where I can get all the DataStage Engine Commands which I can execute from DS Administrator.

For example I want to create some table, select some records from the table, update the records using command prompt.

Any help will be highly appreciated.
dhwankim
Premium Member
Premium Member
Posts: 45
Joined: Mon Apr 07, 2003 2:18 am
Location: Korea
Contact:

Post by dhwankim »

How about use TCL HELP.
You can logon UVSH mode. and type HELP ore HELP SQL etc

logon to serve by telnet service (If You use Unix Server)
Example is that
cd `cat /.dshome` (If you use datastage 5.x lower ==> cd `cat /.uvhome`)
. ./dsenv
./bin/uvsh
HELP (For BASIC Command etc)
HELP SQL (For SQL)

Good Luck.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Most of them still coincide with UniVerse commands, though there are DataStage extensions.
UniVese manuals can be downloaded from an IBM web site
DataStage manuals are installed with your DataStage client software, in a folder called Docs.
Help (described by DaeWhan Kim) falls into six categories; commands for getting help are:
  • HELP topic
    HELP BASIC topic
    HELP SQL topic
    HELP CONV topic
    HELP BCI topic
    HELP PICK topic
If you leave out the topic, you get a navigable list of topics.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply