The u63 user exit sets/clears privilege bits.
result = oconv(value, ’u63’) result = iconv(value, ’u63’)
value | The bit to be set or cleared. must be one of these: | |
0 | Entire table. | |
-1 | Inhibit (like break on/off, but works like a bit). | |
-2 | TCL restart. | |
-3 | Break/End restart. |
If iconv is used then the value is set. If oconv is used, then the value is cleared. The result is the value of the bit before it was changed, except when used with the value 0. In this case, the result is undefined.
This user exit is similar to the bitset and bitreset commands on some licensee platforms.