ローカル マシンへのサブミット

cassub を使用して、マシンの JCL ジョブをサブミットする前に、casstart を使用してエンタープライズ サーバーを起動しておく必要があります。

エンタープライズ サーバーに、サブミットするジョブおよび同じクラスのジョブを処理するバッチ イニシエーター SEP が定義されていない場合、コマンド casout を使用して適切なバッチ イニシエーター SEP も起動する必要があります。

Windows の例

casstart -rjcldemo
cassub -jC:\users\user-ID\documents\Micro Focus\Enterprise Developer\WORKAREA\jcldemo\esjcl\esjcl.jcl -rjcldemo

ファイル C:\users\user-ID\documents\Micro Focus\Enterprise Developer\WORKAREA\jcldemo\esjcl\esjcl.jcl の JCL をエンタープライズ サーバー jcldemo にサブミットします。

UNIX の例

casstart -rjcldemo
cassub -j/var/mfcobol/es/jcldemo/esjcl/esjcl.jcl -rjcldemo

ファイル /var/mfcobol/es/jcldemo/esjcl/esjcl.jcl の JCL をエンタープライズ サーバー jcldemo にサブミットします。