Something about DataStage, DataStage Administration, Job Designing,Developing, DataStage troubleshooting, DataStage Installation & Configuration, ETL, DataWareHousing, DB2, Teradata, Oracle and Scripting.
Wednesday, February 26, 2014
Get DataStage Job Information without using Director
With the help of this script, You can get the job no, category and other information without opening DataStage Director.
This Script need two arguments :
1. DataStage Project Name
2. DataStage Job Name
Script :
============================================================================
============================================================================
Please let me know if facing any issues with script while running/executing.
Visit this also -
Know your DataStage Jobs Status without Director
Subscribe to:
Post Comments
(
Atom
)
The dsenv should be called after variable assignment, as the positional arguments might change if any script is called within dsenv with arguments. Also the variable declaration must be the first in all the scripts.
ReplyDeleteThe script should work fine in Solaris/Unix, but in AIX the above said scenario will happen. Btw it's a nice script, I use the UV snippet to get category information
ReplyDelete