Can you Average the Characters ?
Answers were Sorted based on User's Feedback
Answer / sudhakar
No will get an Error -
-420
The value of a string argument was not acceptable to the function-name function
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naveen87ginjupalli
Yes,we can Average the characters
SELECT AVG(EMP-NAME) FROM EMP;
| Is This Answer Correct ? | 4 Yes | 9 No |
How do you prepare a COBOL + DB2 program from coading till execution ?
What is a cursor?
How do you filter out the rows retrieved from a Db2 table ?
What is the SQL Communications Area and what are some of its key fields?
What technique is used to retrieve data from more than one table in a single SQL statement?
Explain dclgen.
How will you return the number of records in table?
When is the results table for the query in a DECLARE CURSOR statement created?
The only place of VSAM KSDS in DB2 is?
How to find primary key of a table in db2?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
What is dbrm? When it will be created?