.nfl accept .nfl bold .fl space .lm 0 .rm 78 !Copyright © 1994 by Brian Schenkenberger and TMESIS Consulting .rm 72 .br .b 1 PERMANENT .lm 1 .br PERMANENT provides the ability to define a DCL string symbol pemanently. Permanent DCL symbols can not be deleted with the DELETE/SYMBOL command nor can they can be redefined. .IF SYLOGINONLY .b PERMANENT is restricted to use in the SYLOGIN.COM file only. The system manager can use PERMANENT to define system-wide symbols which can not be deleted from the user's symbol table. .ENDIF SYLOGINONLY .b Format .b .lm 3 PERMANENT##parameter .lm 0 .rm 70 .br 2 Parameter .lm 1 .br The PERMANENT command requires one parameter, the name of the symbol to be made a permanent symbol in the user's symbol table. .lm 0 .rm 70 .br 2 Examples .lm 1 .b .lm 1 1.#$#ZEIT#==#"SHOW#TIME" .break ###$#PERMANENT#ZEIT .b The PERMANENT command in this example will make the symbol definition for the symbol ZEIT a permanent symbol. Any attempt to delete or redefine the symbol will not succeed. .lm 0 .rm 70 .br .br 2 Version .lm 1 .br PERMANENT#version#V1%4.051 .br Copyright#©#1994#by#Brian#Schenkenberger#and#TMESIS#Consulting