Previous Topic: More Information

Next Topic: More Information

Executing the Commands in Batch Mode

You can execute commands in batch mode. Submitting the job to batch causes minimum impact on interactive jobs running on the system. When you submit the job, you can specify that you want the job log to provide you with a complete report when the job finishes.

For example, to delete a model in batch mode and specify that messages and loggable CLP commands be logged in the job log, you would enter the following:

SBMJOB  CMD(DLTLIB  LIB(MYMDL))  LOG(4 00 + *SECLVL)  LOGCLPGM(*YES)

This example includes the following optional parameters:

You can also prompt this command by entering the command and pressing F4. For example:

SBMJOB  CMD(DLTLIB  LIB(MYMDL))