# SP-SECURITY
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
Read Time: 3 minute(s)
# Description
This is a menu driven interface to the previously mentioned SP-SECURITY-xx commands. It is also available from option 11 of SP-STATUS. When run, it presents the user with a screen that looks like this:
11:18:45 01 APR 2018 SECURITY PAGE 1 OF 1 PAGES
QUEUE NAME Queue Job Queue Owners
STANDARD -none- -none- jbaseadm
SCREEN2 -none- -none- 20147
test_form_queue -none- -none- 20147
1. QUEUE SECURITY 3. QUEUE OWNERS 5. RETURN TO SP-STATUS
2. JOB SECURITY 4. RETURN TO SP-JOBS 99. EXIT
ENTER ACTION CODE / PAGE NUMBER (P#) ?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The screen will show up to 10 form queues at a time. The four fields shown for each form queue are as:
Field | Description |
---|---|
QUEUE NAME | This is the name of the form queue. |
Queue | This is the security for the form queue, and can be one of three possibilities:
|
Job | This is the security for the print jobs, and can be one of three possibilities:
|
Queue owners | This is a list of the owners of the form queue. The first name in the list is the creator of the form queue and cannot be modified. The other names in the list are the alternate form queue owners. |
# Menu Options
Option # | Name | Description |
---|---|---|
1 | QUEUE SECURITY | Use this option to modify the security state of the form queue. The syntax of the remainder of the command is similar to the SP-SECURITY-QUEUE command. |
2 | JOB SECURITY | Use this option to modify the security state of print jobs placed on the form queue. The syntax of the remainder of the command is similar to the SP-SECURITY-JOBS command. |
3 | QUEUE OWNERS | Use this option to modify the list of alternative owners of a form queue. This list of owners is used when the form queue security is set to QUEUE or the print job security is set to QUEUE. The syntax of the remainder of the command is similar to the SP-SECURITY-OWNER command. |
4 | REUTRN TO SP-JOBS | Returns to the SP-JOBS menu. |
5 | RETURN TO SP-STATUS | Returns to SP-STATUS menu. |
99 | EXIT | Exits the SP-SECURITY menu back to shell |
Back to Spooler.