What is the syntax of SELECT statement when embedded in a
COBOL program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
EXEC SQL
SELECT STATEMENT : HOST VARIABLE NAME
END-EXEC.
Is This Answer Correct ? | 3 Yes | 6 No |
What is bind and rebind in db2?
how to identify the pseudo conversation by seeing the program
What is the use of runstats in db2?
What is null indicator in db2?
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is Call attach facility? How does it work?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
What is the physical storage length of timestamp data type?
What is a storage group (stogroup)?
what is difference between Static call and Dynamic call? How does it function?
How do I delete a column in db2?