Hi friends,
I usually get a problem when I run embedded queries through a COBOL batch program.It gives me the following SQL message:-
"SQL_MSG: 0001
<SQL ERROR> SQLCODE IS 00000774Q
<SQL ERROR> MESSAGE TEXT IS Pseudo-column 'SYB_IDENTITY' used incorrectly. No table in the query has the identity property."
However please note that no column in the table has an IDENTITY property attached with it.
The query that I has caused this error is a simple select
query.
Can someone please throw some light on what exactly goes wrong to cause this abort.
Thanks in this regards shall be highly appreciated.
Somnath
I usually get a problem when I run embedded queries through a COBOL batch program.It gives me the following SQL message:-
"SQL_MSG: 0001
<SQL ERROR> SQLCODE IS 00000774Q
<SQL ERROR> MESSAGE TEXT IS Pseudo-column 'SYB_IDENTITY' used incorrectly. No table in the query has the identity property."
However please note that no column in the table has an IDENTITY property attached with it.
The query that I has caused this error is a simple select
query.
Can someone please throw some light on what exactly goes wrong to cause this abort.
Thanks in this regards shall be highly appreciated.
Somnath