Answer Posted / gopinath
The correct syntax is :
START DATABASE(Dbname) SPACENAM(Tbspacename) ACCESS(force)
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
How to create db2 table in mainframe?
can all users have the privilage to use the sql statement select * (dml)?
What is the difference between drop table and delete table?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is netezza database?
Explain the contents that are a part of dclgen.
What is coalesce in db2?
What is db2?
What is schema in db2?
What is a bind in db2?
What is cursor in dbms?
What is the latest version of ibm db2?
What is cursor stability in db2?
What is db2 and what is the use of db2 optimizer?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....