How do you declare a host variable (in COBOL) for an
attribute named emp-name of type VARCHAR(25) ?
Answers were Sorted based on User's Feedback
Answer / kb
Can some one please explain this ... what difference it makes ...
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the process of precompiler?
How do you define a correlated name?
What is RUNSTATS?
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
Could anyone clearly explain the diference between sub query and correlated sub query?
Which command is used to remove all rows from a table?
Explain what a plan is?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
what is + sign and -ve sign for sql code ?
What do you mean by storage group (stogroup)?
How to resolve -803 sql code in DB2?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.