Previous Topic

Next Topic

Book Contents

Book Index

ctmcreate - create a job in active jobs (advanced) example

The following command includes examples of most of the parameters that can be used to create a job in Active Jobs:

ctmcreate -TASKTYPE JOB \

-cyclic N \

-description "Daily Summary" \

-subapplication SUPPLY -application SUPPLIES \

-file_path /users/ctm_server/ -file_name PROLYPAR -hostgrp UNIXGRP \

-jobname PROLYPAR \

-run_as suppman \

-odate 19981130 \

-timeuntil 1800 \

-priority AA -critical N \

-confirm Y \

-doclib /users/supply/doc/ -docmem prolypardoc \

-incond pk_oly_ok ODAT AND \

-incond pk_olp_ok ODAT AND \

-outcond pk_oly_ok ODAT DEL \

-outcond pk_olp_ok ODAT DEL \

-outcond pk_olypar ODAT ADD \

-variable %%PARM1 "%%CALCDATE %%ODATE -2" \

-quantitative tape 2 -quantitative cpu 50 \

-output MOVE /test/logs/ \

-control disk2 E \

-shout OK oper2 U "Daily summary completed" \

-on "COPY JWINFO_2507" "%COPY-E-OPENIN, error" \

-dooutput MOVE /oper/openerr

Parent Topic

ctmcreate