z/OS ISPF Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TBADD—add a row to a table

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--TBADD--table-name--+-----------------+--+-------+--->
                               '-SAVE(name-list)-'  '-ORDER-'   

>--+----------------------+------------------------------------><
   '-MULT(number-of-rows)-'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPEXEC--(buf-len,--buffer);--------------------------><

OR

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('TBADDbbb',--table-name--,-+-----------+----->
                                              '-name-list-'   

>--,-+------------+--,-+----------------+-);-------------------><
     '-'ORDERbbb'-'    '-number-of-rows-'      

Return codes

 0
Normal completion.
 4
The number-of-rows parameter was specified but storage was obtained for only a single row.
 8
A row with the same key already exists; CRP set to TOP (zero). Returned only for tables with keys.
12
Table is not open.
16
Numeric convert error; see numeric restrictions for TBSORT. Returned only for sorted tables.
20
Severe error.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014