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


Please Help Members By Posting Answers For Below Questions

What is the purpose of rollback and commit?

785


List out the buffer pools in db2

808


what are bind concepts in db2 cobol?

812


What happens in bind step in a db2 program?

718


What is catalog database in db2?

851


can all users have the privilage to use the sql statement select * (dml)?

835


What are iseries servers?

746


How is the value function used?

816


What is sqlca?

800


What is view db2?

831


What is the meaning concurrency in the db2 database?

838


Define db2.

849


Outputs of explain are with matchcols = 0. What does this signify?

817


What is a db2 package?

776


What is dbrm library?

772