Use this command to delete a single line from a TSM script or to delete the entire TSM script.
Privilege Class
To issue this command, the administrator must have previously defined the script or must have system privilege.
Syntax
>>-DELete SCRipt--script_name----+------------------+---------->< '-Line--=--number--'
Parameters
Examples
Task
Using the following script named QSAMPLE:
001 /* This is a sample script */ 005 QUERY STATUS 010 QUERY PROCESS
Delete line 005 from QSAMPLE.
Related Commands
Table 99. Commands Related to DELETE SCRIPT
Command | Description |
---|---|
COPY SCRIPT | Creates a copy of a script. |
DEFINE SCRIPT | Defines a script to the TSM server. |
QUERY SCRIPT | Displays information about scripts. |
RENAME SCRIPT | Renames a script to a new name. |
RUN | Runs a script. |
UPDATE SCRIPT | Changes or adds lines to a script. |