What is the purpose of the SDSNLOAD dataset in the STEPLIB
while running DB2 programs?
Answers were Sorted based on User's Feedback
Answer / guest
THE SDSNLOAD load library allows the batch job to access
the DB2 load modules.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / siva
It is not mandatory that we should use SDSNLOAD. I hope, it
is only used to run DB2 utilities. Not required to run DB2
program through IKJEFT01
Is This Answer Correct ? | 3 Yes | 9 No |
what is SPUFI ?
What is a composite index and how does it differ from a multiple index?
Mention the various locks that are available in db2.
Is db2 free?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
How to resolve deadlock issue
What is bind in db2?
Can you tell me how can you find out the # of rows updated after an update statement?
What is an asychronous write?
Can we declare DB2 HOST variable in COBOL COPY book?
What is meant by the attachment facility?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations