RELEASE/JOB queuename jobname RELEASE/ENTRY:n The RELEASE/JOB and RELEASE/ENTRY commands release a job that has been held in a queue. A job that is held is not eligible to be processed until it is explicitly released. You might hold a job in order to make some preparation necessary to the successful execution of that job. You might hold a job so that you can run it at a later time. A job can also become held if a system crash occurred while the job was running. The RELEASE/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 HOLD.