What is Transaction...? And what are Comment, Roll back n
Save point..?
Answer Posted / saifudheen
In computer programming, a transaction usually means a sequence of information exchange and related work (such as database updating) that is treated as a unit for the purposes of satisfying a request and for ensuring database integrity. For a transaction to be completed and database changes to made permanent, a transaction has to be completed in its entirety. A typical transaction is a catalog merchandise order phoned in by a customer and entered into a computer by a customer representative. The order transaction involves checking an inventory database, confirming that the item is available, placing the order, and confirming that the order has been placed and the expected time of shipment. If we view this as a single transaction, then all of the steps must be completed before the transaction is successful and the database is actually changed to reflect the new order. If something happens before the transaction is successfully completed, any changes to the database must be kept track of so that they can be undone.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Describe the function and untility of the most difficult SAS macro that you have written.
How we can call macros with in data step? : sas-macro
what is factor analysis? : Sas-administrator
How does proc sql work?
If you could design your ideal job, what would it look like?
Explain how you can debug and test your SAS program?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what does the run statement do? : Sas programming
what is broad cast agent? : Sas-bi
How long can a macro variable be? A token? : sas-macro
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Explain what is the use of proc gplot?
what is data governance? : Sas-di
What would be the value of month at the end of data step execution and how many observations would be there?