Batch TSS Commands and Features
There are two types of TSS commands and one type of TSS statement:
- TSS data set commands apply to the TSS data set and affect all tables in the data set.
- TSS table commands apply to a specific TSS table or, in some instances, to a group of tables.
- TSS table data entry statements affect only a specific argument and result pair or, in some instances, a group of argument/result pairs.
The following table lists the TSS commands and statements and briefly describes their actions. You can issue all TSS commands from the ETA ISPF interface panels, from the TSO READY prompt, or in a batch job stream. These TSS commands are executed as subcommands of the single TSO command processor load module named ETATSS.
Table 1. TSS Commands
Command | Description |
---|---|
DEFINE | Define a TSS table and its characteristics |
END | Terminate a TSS session |
FORMAT | Format a TSS data set |
LIST | Display a TSS table and its contents |
LOAD | Load a TSS table from a physical sequential data set |
READ | Read a data set that contains TSS commands |
REMOVE | Relete a TSS table |
REPLACE | Update a TSS table or change any of the following: TSS table Title, Free Space Percent, masking/no masking option |
UNLOAD | Unload a TSS table to a physical sequential data set |
The following table lists the TSS statements and briefly describes their actions. You can issue all TSS statements from the ETA ISPF interface panels, from the TSO READY prompt, or in a batch job stream. These TSS statements are executed as subcommands of the single TSO command processor load module named ETATSS.
Table 2. TSS Statements
Statement | Description |
---|---|
ADD | Create new TSS table entries |
CALL | Call a user-written TSS program |
DELETE | Delete TSS table argument/result pairs |
RENAME | Change table argument values without changing (or rekeying) the result values |
REVISE | Change existing TSS table entries |
SET | Establish a QUOTES or NOQUOTES mode |
TR | Translate an argument |