<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hello,</div>
<div>&nbsp;</div>
<div>I am trying to find some documentation on using CAST.&nbsp; I can cast 2 items, but not 3.</div>
<div>&nbsp;</div>
<div>The following statements with 2 fields that are casted works:</div>
<div>&nbsp;</div>
<div>DATA &quot;Select CAST(NORTHING AS numeric (4,2)), CAST(EASTING AS numeric (4,2)) from MonumentsXYZ&quot;</div>
<div>DATA &quot;Select CAST(NORTHING AS numeric (4,2)), CAST(ELEVATION AS numeric (4,2)) from MonumentsXYZ&quot;</div>
<div>&nbsp;</div>
<div>The following statement with 3 fields casted does Not work.</div>
<div>&nbsp;</div>
<div>DATA &quot;Select CAST(NORTHING AS numeric (4,2)), CAST(EASTING AS numeric (4,2), CAST(ELEVATION AS numeric (4,2)) from MonumentsXYZ&quot;</div>
<div>&nbsp;</div>
<div>If anyone knows if I can cast 3 items over let me know</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>&nbsp;</div>
<div>Mark Volz</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</span></font>
</body>
</html>