Get DataStage job number
An easy way to find a job number is with DataStage Administrator. In DataStage Administrator, select a project on the Projects tab, then press the Command button. Enter the command:
LIST DS_JOBS JOBNO WITH NAME = “your job name“
Press the Execute button, and your job’s name and number will be displayed.
Conversely, if you have the Job Number and want the name:
LIST DS_JOBS WITH JOBNO = jobnumber