1

Data Stage 9.1 diffapicmdline.exe で提供されるユーティリティを使用して、異なる環境の 2 つのジョブを比較しています。次のバッチ スクリプト コードを使用して、ループ内のテキスト ファイルからジョブ名を読み取ります。

    @echo off
SET var=

for /f "delims=" %%i in (grm_deploy.txt) do (C:\IBM\InformationServer91\Clients\Classic\diffapicmdline.exe /lhscd "/d=cs1cd:9080 /h=cs1i04 /u=user/p=password cs1cdhbi04/IST_GRM %%i" /rhscd "/d=cs1cd:9080 /h=cs1i04 /u=test /p=Pass cs1cdhbi04/TEST_NIMISH %%i" /t job /ot html /ol E:\compare_output.html)
echo this is the end

ただし、次のエラーが発生します。

D:\dataStage Components\Scripts>read_file.bat
Validating syntax of /lhscd.
Unknown flag specified 'jbLoadStgARxAR'
this is the end

ここで何がうまくいかないのか、誰か教えてもらえますか?

4

0 に答える 0