Delete file or JV passwords from password table
| Component: | BS2000 | 
| Functional area: | File processing | 
| Domain: | FILE | 
| Privileges: | STD-PROCESSING  | 
| Routing code: | $ (with NBCONOPI=N) or E (with NBCONOPI=Y) | 
Function
This command deletes file or JV passwords from the password table for the job (see the ADD-PASSWORD command).
Format
| REMOVE-PASSWORD  | Alias: RMPW | 
| PASSWORD = *ALL / *SECRET / list-poss(63): <c-string 1..4> / <x-string 1..8> / <integer -2147483648..2147483647> | |
Operands
PASSWORD = *ALL / *SECRET / list-poss(63): <c-string 1..4> / <x-string 1..8> / 
<integer -2147483648..2147483647>
Specifies that the passwords specified in the ADD-PASSWORD command are to be removed from the password table for the job, thus reinstating full password protection.
The PASSWORD operand has the following special characteristics:
- The input field is automatically blanked out in the guided dialog. 
- In unguided dialog and foreground procedures, the entry *SECRET or ^, SDF provides a blanked out input field for inputting the password. 
- The password entered is not logged. 
PASSWORD = *ALL
All entries in password table for the job are to be deleted. 
Return codes
| (SC2) | SC1 | Maincode | Meaning | 
|---|---|---|---|
| 0 | CMD0001 | Command executed | |
| 1 | CMD0202 | Syntactical or semantic error in command | |
| 32 | DMS0584 | A state that does not allow the function to continue was reported during processing | |
| 64 | DMS06FF | BCAM connection severed | |
| 130 | DMS0585 | Error detected when processing catalog or multiprocessor system | 
Example
See the ADD-PASSWORD command.