I O Command Return Codes Table

LANSA Technical

I/O Command Return Codes Table
Command I/O Error Dictionary Validation Not Found Found Or Completed

INSERT

ER

VE #1

-

OK

UPDATE

ER #3

VE

NR

OK

FETCH

ER #3

 

NR

OK

SELECT

ER #3

 

EF #2

OK

FILECHECK

-

 

NE

EQ

CHECK_FOR

-

 

NE

EQ

DELETE

ER #3

VE

NR

OK

 

 

#1 An attempted INSERT of a duplicate key will return VE.

#2 A SELECT command using a WHERE parameter will select each record and test for the condition. When the last record is selected the processing will leave the SELECT loop with the data from the last record selected. This record may not have met the WHERE condition.

#3 I/O Status Record Locked

Ý 13.1.1 I/O Commands