Quantcast
Channel: Intel® Fortran Compiler for Linux* and macOS*
Viewing all articles
Browse latest Browse all 2583

error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands

$
0
0

Hi All

EXEC SQL BEGIN DECLARE SECTION
CHARACTER*(*) X
EXEC SQL END DECLARE SECTION
......................................
......................................

When I try to precompile the above code block I am getting

INTEGER*8 SQLITR
INTEGER*8 SQHSTV(1)
INTEGER*8 SQHSTL(1)
INTEGER*8 SQINDV(1)
......................................
......................................

C EXEC SQL BEGIN DECLARE SECTION
CHARACTER*(*) OAUID
C EXEC SQL END DECLARE SECTION
......................................
.....................................
CALL SQLADR(X, SQHSTV(1))
SQHSTL(1) = (X)
SQINDV(1) = 0
SQHARM(1) = 0
........................................
........................................
But in compilation it shows **The assignment operation or the binary expression operation is invalid for the data types of the two operands. [X]** error.Please guide me to solve this issue.


Viewing all articles
Browse latest Browse all 2583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>