Previous Topic

Next Topic

Book Contents

Book Index

UNIX/Linux Syntax Examples

Deleting a job

Schedule> rmjob /yjobs/phop

Modifying a job to set the next submit time

Schedule> chjob /yjobs/phop -general:next_submit=12-jun-2013:12:30:00

Monitoring the p queue

Schedule> monque p

Modifying a variable's value

Schedule> chvar -value="NO" myvar

Setting a mark in a calendar for a particular day

Schedule> chcal mycal -mark=M -date=12-apr-2013

Modifying all jobs in a database to a have a new user name and log the results

Schedule> chjob /*/*/*,/*/* -process=user:tartman /log

See Also

UNIX/Linux Syntax Rules