i have a problem in restricted DB on mainframe
when i write command "DIS DB(*) SP (*) res"
it's show a particular database let's name (A)
when i write command "DIS DB(A) SP (*) res"
it's show "no spaces found " at the same time the name of the DB remains restricted at the top of the screen.
why?and the solution to remove this restricted of DB
I can't see your photos right now, but maybe the problem is that the database itself is in restricted state, and not a specific tablespace.
One can stop a database by using
-stop db(a)
this will not change the tablesapces status, although, none of them will be available
maybe that is the reason you get the funny output
try
-start db(a)
-dis db(*) sp(*) res
eng.mahmoudabbas, I can't open the RAR attachment, but if this is the same problem you posted in another forum (where I could see the attachments), then yout databases are not in a restricted status. The two (slightly) different commands
DIS DB(*) SP (*) res
DIS DB(A) SP (*) res
have (slightly) different output formats but both show the database in RW status with no restrictions. You might be misinterpreting the RESTRICTED in the output 'header' as indicating they are restricted but this is just informing you of the type of report that is being displayed.
Tags
Use the search field to
find all types of content in My developerWorks with that tag.
Use the slider bar to see more or fewer tags.
Popular tags shows the top tags for this particular type of content or application that you're viewing.
My tags shows your tags for this particular type of content or application that
you're viewing.