What is the syntax of SELECT statement when embedded in a
COBOL program?
Answer Posted / sivakumar sekharannair
EXEC SQL
SELECT
EMPNAME
INTO : HS-EMPNAME(Host variable)
FROM EMPTABLE
WHERE
EMPID = :HS-EMPID(Host variable)
END-EXEC.
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of rollback and commit?
List out the buffer pools in db2
what are bind concepts in db2 cobol?
What happens in bind step in a db2 program?
What is catalog database in db2?
can all users have the privilage to use the sql statement select * (dml)?
What are iseries servers?
How is the value function used?
What is sqlca?
What is view db2?
What is the meaning concurrency in the db2 database?
Define db2.
Outputs of explain are with matchcols = 0. What does this signify?
What is a db2 package?
What is dbrm library?