HOLD/JOB queuename jobname HOLD/ENTRY:n The HOLD/JOB and HOLD/ENTRY commands hold a job in a queue. A job that is held is not eligible to be processed until it is explicitly released. You might hold a job so that you could make some preparation necessary to the successful execution of that job. You might also hold a job so that you can run it at a later time. The HOLD/ENTRY:n form of this command is recommended because it is more convenient to use, and is the only way to unambiguously refer to a specific job. Two or more jobs in the same queue may have the same name, but will never have the same entry number. Job entry numbers are displayed with the SHOW QUEUE command. For more information see HELP SHOW QUEUE. See also HELP RELEASE.