Goto Job

You can explicitly define a job (or enable an existing goto job) that unconditionally goes to a particular job. 

You would use this functionality:

q      to jump over a range of jobs as an alternative to disabling and re-enabling jobs between runs

q      to define a batch that runs frequently

Note: by using the Goto Job and Sleep operation you can define a batch that operates constantly.  From a system resource perspective, this is more efficient than running a batch every two minutes as it avoids the overhead in the SLIK server from having to create and delete a new batch object (in memory) between each run.