SQLCODE is a field in the SQLCA, the data structure that CA IDMS uses to return information about the execution of SQL statements. After CA IDMS processes an SQL statement SQL CODE contains a value that indicates the outcome of the processing.
An application program can check the value in SQLCODE after CA IDMS processes each SQL statement and can take appropriate action based on the value.
Note: For more information about the SQLCA, see the CA IDMS SQL Programming Guide.
|
Copyright © 2014 CA.
All rights reserved.
|
|