| 
     | 
	
		
  | 
DELETELISTThe DELETELIST statement will delete the previously stored list named by expression. 
 COMMAND SYNTAXDELETELIST expression 
 SYNTAX ELEMENTSThe expression should evaluate to the name of a list that has been stored either with the WRITELIST statement or the SAVE-LIST command from the shell. 
 NOTESIf POINTER-FILE is accessible then lists are saved in it. Otherwise they are saved in the jBASE work file. 
 EXAMPLES
 will delete the pre-saved list called JobList.  |