NM and CM callable.
The UNLOCKLOCRIN intrinsic unlocks a local resource identification
number (RIN) that was locked by the LOCKLOCRIN intrinsic.
Syntax |
 |
I16V
UNLOCKLOCRIN(rinnum);
|
Parameters |
 |
- rinnum
16-bit signed integer by value (required)
Passes the locked RIN, designated by an integer from 1 to the
value specified in the rincount parameter of
the GETLOCRIN intrinsic call.
Condition Codes |
 |
- CCE (2)
Request granted.
- CCG (0)
Request denied. The RIN specified is not locked by the calling
process.
- CCL (1)
Request denied. The specified RIN is not allocated to this process.
Related Information |
 |
- Intrinsics
None
- Commands
None
- Manuals
Resource Management Programmer's Guide (32650-90024)