Microsoft
Software
Hardware
Network
Question : DB2 SQL EMBEDDED IN COBOL SELECT INTO
I always though that it was necessary to do an open cursor, select without into, fetch and close cursor for embedded DB2 SQL in COBOL.
However, I just coded, compile and tested a SELECT INTO in COBOL and from the testing it appears to be working. Am I just being fooled, I want to make sure that it is okay to do this and it is correct.
Thanks, MarOS
Answer : DB2 SQL EMBEDDED IN COBOL SELECT INTO
Hi Mary,
It certainly is legal, providing that the compiler (and/or pre-compiler) support(s) it.
I believe that the selected value must be scalar. That is, it must return exactly 1 row.
Good Luck,
Kent
Random Solutions
Replacing a sole Windows 2003 DC with another 2003 machine
jQuery/JavaScript validation controls
Can't access Network Domain from "My Network Place" ---"Entire Network"
PHP Login Script
depending upon the file name I have to import the file in SSIS
Server 2008 R2 64bits in Servers HP ML350 G4
asp.net need help on a parameterize search via a filter expression
Does anybody know of a good reliable place to purchase legal copies of Windows XP Pro?
Creat DHCP Server in Delphi
SQL Function Error - Cannot access temporary tables from within a function