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 are the benefits of using the db2 database?
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
what is the name of the default db2 catalog database?
What are the full forms of spufi and dclgen and why are they used?
For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?
What is a synonym? How is it used?
What is a lock?
Why do we use cursor?
how to resolve -818 error. how to see timestamp token in load module and plan
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
what is a plan and how do you refer the plan in the program?
Which catalog tables contain authorization information?