What is the purpose of the SDSNLOAD dataset in the STEPLIB
while running DB2 programs?

Answer Posted / guest

THE SDSNLOAD load library allows the batch job to access
the DB2 load modules.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define sqlca.

647


What does db2 blu stand for?

658


What is host variable?

590


What action db2 takes when a program aborts in the middle of a transaction?

652


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2146






Is db2 a programming language?

599


in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?

1621


Are views updateable?

638


What is reorg?

616


What is the function of logging in the db2 database?

638


How to find schema of a table in db2?

568


How is a typical db2 batch pgm executed?

638


On which levels locks can be applied?

653


What is the difference between dbm cfg and db cfg file in db2 ?

999


What are the benefits of using the db2 database?

658