DataStageジョブのカテゴリを調べる

 dssearchコマンド

$ whoami

dsadm

$ cd /opt/IBM/InformationServer/Server/DSEngine

$ . ./dsenv

$ bin/dssearch -ljobs -matches -sub -oc dstage1 test001

Jobs\test001

Status code = 1

$ bin/dssearch -ljobs -matches -sub -oc dstage1 test*

Jobs\test001

Status code = 1

ジョブのカテゴリを取得したい場合、たとえば、istool exportコマンドにはisxファイルとカテゴリが必要となる。

$ bin/dssearch -ljobs -matches

Invalid arguments: dssearch -ljobs -matches

                        [-sub[categories]

                        [-c[ategory] <category>]

                        [-j[obtype] s[erver] | p[arallel] | m[ainframe] | seq[uence]]

                        [-oc[ategory]]

                        [-oj[obtype]]

                        <project> [<job search criteria>]


Status code = -9999 DSJE_DSSEARCH_ERROR

コメント

人気の投稿