15.20.1.2 Examples

- For example you wish to define some DCL commands such as DIRECTORY for convenience. TD:DEFINE COMMAND DIR "SPAWN DIR" or... TD:DEFINE COMMAND "DIR*ECTORY" "SPAWN DIR" These both define the command DIR. The second definition allows any abbreviation from DIR to DIRECTORY to be used. TD:DEFINE COMMAND SC "SHOW HIST CURRENT FULL" Defines the command SC to show you the full status of the current histogram. (See:Command SET HIST and SHOW HIST) TD:DEFINE COMMAND SD "SHOW DATA STATISTICS" Defines a command to show you the statistics of the data set. TD:DEFINE COMMAND SD1 "SHOW DATA STATISTICS SET=1" Defines a command to show you the statistics of the data set number 1.