Showing posts with label dscc. Show all posts
Showing posts with label dscc. Show all posts

Wednesday, February 13, 2013

How to compile the InfoSphere DataStage jobs by using dscc command?

1)Datastage User can compile the DataStage jobs from the command line on the InfoSphere DataStage client, using the following command:
dscc
2)User can obtain a complete list of options by using the /? as shown in the following example.
C:\IBM\InformationServer\Clients\Classic>dscc /?
Example:
dscc /h r101 /u fellp /p plaintextpassword dstageprj /J mybigjob 
The above command will connect to the machine r101, with a username and password of fellp and plaintextpassword, attach to the project dstageprj and compile the job mybigjob