cougartrace
Technical User
I have this DB2 UDB query:
db2 -x "select tsname,pct_free from db2admin.ts_free_space where size_meg > 1 and type = 'DMS' and pct_free <= 97" > show.lst
Can someone help me with the unix scripting to parse out the tablespace name and pct free and send a page for each tablespacename?
db2 -x "select tsname,pct_free from db2admin.ts_free_space where size_meg > 1 and type = 'DMS' and pct_free <= 97" > show.lst
Can someone help me with the unix scripting to parse out the tablespace name and pct free and send a page for each tablespacename?