Link to home
Start Free TrialLog in
Avatar of MaryOS88
MaryOS88

asked on

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
ASKER CERTIFIED SOLUTION
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial