Common 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
nishtala
Participant
Posts: 19
Joined: Thu Oct 25, 2007 10:51 am

Common commands

Post by nishtala »

Hi I want to post this as a working document and also as reference for many like mw who are curious about commonly used commands.

Please help me and others sharing vast knowledge you all have.

COMMANDS

1. to delete a job via command

DELETE FROM DS_JOBS WHERE NAME = 'JobName'

2. clear hash or delete hash files

DELETE.FILE file name
CLEAR.FILE file name
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Please don't delete a job via that simple DELETE command. A job contains more entries in different files and also consists of additional hashed files that need to be deleted in order to keep the account clean.

Job should only be deleted via the graphical frontend.
Post Reply