1QHOLD(1) User Contributed Perl Documentation QHOLD(1)
2
3
4
6 qhold - places a hold on jobs in a familiar pbs format
7
9 qhold [-h u|o|s|n] job_id...
10
12 The qhold command requests that a hold be placed on a job. A job that
13 is on hold is not eligible for execution. There are three supported
14 holds: USER, OTHER (also known as operator or batch), and SYSTEM.
15
16 If the -h option is not specified, the USER hold will be applied to the
17 specified jobs.
18
20 -h hold_type
21 Specifieds the types of holds to be placed on the job.
22
23 The hold_type argument is a one of the characters "u", "o", "s" or
24 "n". The hold type associated with each letter is:
25
26 B<u> - USER
27
28 B<o> - OTHER
29
30 B<s> - SYSTEM
31
32 B<n> - None
33
34 -? | --help
35 brief help message
36
37 --man
38 full documentation
39
41 On success, qhold will exit with a value of zero. On failure, qhold
42 will exit with a value greater than zero.
43
44
45
46perl v5.28.2 2019-06-09 QHOLD(1)