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


TBMOD—modify a row in a table

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

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

Call invocation format

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

OR

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

>--+------------+--);------------------------------------------><
   '-'ORDERbbb'-'       

Return codes

 0
Normal completion. Keyed tables: Existing row was updated. Non-keyed tables: New row was added to table.
 8
Keys did not match; new row was added to the table. Returned only for tables with keys.
12
Table is not open.
16
Numeric conversion 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