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 |
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
What will the COMMIT accomplish?
What is commit in db2?
What happens to a cursor after a commit?
What is COPY PENDING status?
What is DCLGEN?
is it possible to get -811 error when you use cursors. why?
how to get duplicate records from tables?write qurey for this?
what's the error code for Unique Index Violation?
Bind concepts in DB2 cobol
10 Answers IBM, TCS, TRD, Virtusa,
What is the difference between cursor stability and repeatable read isolation levels?
what types of copies can be made with the COPY Utility ?