Deletes a supervisor-mode process logical name.
1 – Input
This function takes two parameters as input. The first is the logical name to be deleted; the second is the name of the table from which the logical name is to be deleted. The two must be separated by a comma and enclosed in parentheses.
2 – Output
None.
3 – Example
DTR> FN$DELETE_LOGICAL("MY_LOGICAL", "LNM$PROCESS"); DTR> FN$DCL("SHOW LOGICAL MY_LOGICAL"); %SHOW-S-NOTRAN, no translation for logical name MY_LOGICAL DTR>