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 explain plan in db2?
What is bind plan?
What is dpf in db2?
Before you give the explain statement, what are the prerogatives?
How do I copy a table in db2?
What is cobol db2?
What is the max length of sqlca?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is meant by union and union all?
What is an instance in db2?
What is reorg and runstats in db2?
What is a bind card?
What is the result of open cursor statement?
Explain the function done by data manager?
What os does db2 run on?