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


TBEXIST—determine whether a row exists in a table

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-ISPEXEC--TBEXIST--table-name--------------------------------><

Call invocation format

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

OR

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('TBEXISTb',--table-name);-------------------><

Return codes

 0
Normal completion; the CRP is positioned to the specified row.
 8
Keyed tables: the specified row does not exist; the CRP is set to TOP (zero). Non-keyed tables: service not possible; the CRP is set to TOP.
12
Table is not open.
20
Severe error.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014