⟩ Explain me what is the difference between Rename and Alias?
‘Rename’ is a permanent name given to a table or column
‘Alias’ is a temporary name given to a table or column.
‘Rename’ is a permanent name given to a table or column
‘Alias’ is a temporary name given to a table or column.
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
what are the bind parameters IBM DB2?
What are Bind concepts in DB2 cobol?
what is the difference between normal select query and currosor
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row . What was the logic?
I have some 3 particular fields ..i want to know which all tables have those 3 fields. Is there any way to identify.. can we know by quering system tables.
Can i insert bulk records into a db2 table using qmf of spufi only.
Can you search give an array in the WHERE clause of a db2 query?
could you give me an example how, where i code CHECKPOINT and restart. I need and example
Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA