
Blogs
Blogs
Matching:
deprecated
X

Display: |
Synonyms go UN-deprecated in DB2 11
williefavero
Tags:
deprecated
favero
db2_for_z/os
synonyms
db2_11
sql
un-deprecated
2 Comments
8,658 Views
Posted Saturday, April 16, 2016 My Blogs "Getting the Most Out of DB2 for z/OS" "Musings of a Life-long Mainframe Guy" It turns out that my posting about SYNONYMS being un-deprecated was a bit premature. Please ignore the...
from Blog: The DB2 for z/OS Online Handbook
Modified on by williefavero
|
|
Compatible OpenGL programming without deprecated functionality
Introduction to a series of simple tutorials Over recent weeks, I have spent many hours updating previous OpenGL projects to work without using the deprecated fixed function pipeline. The reason for this is to future proof some of my 3D tools in case the...
from Blog: Karsten Pedersen
|
|
100 Tech Tips, #98 Bye Bye, Control Center! So, what's next?
Bye Bye, Control Center! So, what's next? Starting from DB2 Version 9.7, Control Center tools have been deprecated. In DB2 Version 10.1, Control Center tools and all the related components such
as wizards and advisors are discontinued. The following...
from Blog: Thoughts from Support
|
|
Show disk size with getconf DISK_SIZE /dev/hdisk0
AnthonyEnglish
Tags:
lspv
mb
"lspv_size"
lun
bootinfo
gb
san
deprecated
aix
disk
physical
volume_group
lsdev
getconf
size
vios
6 Comments
154,234 Views
Give bootinfo the boot If you want to get the size of a disk (virtual or physical), you can use the AIX getconf command . getconf DISK_SIZE /dev/hdisk0 140013 The size is reported in MB, so the disk above is a 140 GB disk. You could use...
from Blog: AIX Down Under
Modified on by AnthonyEnglish
|