tamls (Display status of TAM tables)
Format
tamls [-a] [TAM-table-name] |
Function
The tamls command outputs the status of TAM tables to the standard output.
Options
-a
Specifies to output the following information:
- TAM file name
- TAM file status
- Access type
- Loading timing
- TAM record length
- Key area in records
- Key length
- Security
- I/O failure processing mode
- Key start location
Command arguments
TAM-table-name~<character string, identifier, 1-32 characters>
Specifies the name of a TAM table.
When this command argument is omitted, the status of all TAM tables is displayed.
Output format
(1) The -a option specified
![[Figure]](figure/zu123600.gif)
- If no TAM table name is specified, the information is displayed repeatedly as many times as the number of TAM tables used.
- aa...aa
- TAM file status
- normal: Non-shutdown status
- failure shutdown: Error shutdown status
- bb...bb
- TAM table status (one of the following):
- normal: Non-shutdown status
- logical shutdown: Logical shutdown status
- failure shutdown: Error shutdown status
- failure recovery: Error recovery wait status
- cc...cc
- Index type (one of the following):
- tree: Tree format:
- hash: Hash format
- dd...dd
- Access type
- read: Reference type
- rewrite: Update type that cannot be added or deleted
- write: Update type that can be added or deleted
- reclck: Update type that does not secure table locks. reclck allows addition and deletion.
- ee...ee
- Loading timing
- start: When the tamadd command is executed
- cmd: When the tamload command is executed
- lib: When the dc_tam_open function is issued
- f
- Access authority check
- Y: Checked
- N: Not checked
- gg...gg
- Failure processing mode of TAM file on I/O error
- continue: Continues processing
- stop: Assumes error shutdown status and Terminates processing
- hh...hh
- Journal collection mode
- condense: Differential journal collection mode
- no condense: Entire-record journal collection mode
(2) The -a option not specified
![[Figure]](figure/zu123700.gif)
- If no TAM table name is specified, the information is displayed repeatedly as many times as the number of TAM tables used.
- aa...aa
- TAM table status
- normal: Non-shutdown status
- logical shutdown: Logical shutdown status
- failure shutdown: Error shutdown status
- failure recovery: Error recovery wait status
- bb...bb
- Index type
- tree: Tree type
- hash: Hash type
Output messages
Message ID | Description | Output destination |
---|
KFCA01701-E | Memory is inadequate. | Standard error output |
KFCA01703-E | Address information of TAM service cannot be retrieved. | Standard error output |
KFCA01704-E | TAM service has not been started. | Standard error output |
KFCA01707-E | TAM table name is invalid. | Standard error output |
KFCA01712-E | Number of arguments specified in the command is invalid. | Standard error output |
KFCA01753-E | Overtime occurred. | Standard error output |
KFCA01757-E | TAM table name exceeds 32 characters. | Standard error output |
KFCA01761-E | I/O error occurred. | Standard error output |
KFCA01764-E | V/R of TAM table is invalid. | Standard error output |
KFCA01765-E | V/R of TAM server is invalid. | Standard error output |
KFCA01767-E | Network error occurred in RPC. | Standard error output |
KFCA01770-E | TAM service is terminating. | Standard error output |
KFCA01775-E | Error occurred during definition analysis. | Standard error output |
KFCA02854-I | Help message | Standard output |
KFCA02878-E | Specified table is not a TAM table. | Standard error output |