var fDesc=new Array(); fDesc[0] = "DASDCALC is a Microsoft Windows based tool designed to be used by those who work in an IBM based mainframe environment and have a need to perform DASD space calculations and conversions. The specific audiences for this tool are application programmers, storage administrators and managers.

-Easy space conversions between DASD volumes, cylinders, tracks, blocks and bytes.
-Calculating the correct size of a VTOC.
-Calculating the correct size for a VTOC Index.

-Calculating the correct size of a VVDS in a SMS and non-SMS environment.
-Calculating the appropriate blocksize for files.

-Non-VSAM file sizing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }