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 consistency token
What information is contained in a SYSCOPY entry?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is the maximum number of tables that can be stored on a Partitioned Table Space ?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is buffer pool and list some of them?
What are the abend codes occour in ur latest PROJECT in DB2
How and when does the db2 enforces the unique key?
What is scrollable cursor in db2?
How do you define a correlated name?
What's The Error Code For Unique Index Voilation?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.