| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''CONVERT(Number,Fromunit,Tounit)'''</div><br/> | + | <div style="font-size:30px">'''CONVERT (Number,FromUnit,ToUnit,DoNotConvertUsingEquivalents,MatchAllOnLeft,MatchAllOnRight)'''</div><br/> |
| − | | |
| | *<math>Number</math> is the value in <math>Fromunit</math> to change. | | *<math>Number</math> is the value in <math>Fromunit</math> to change. |
| | *<math>Fromunit</math> is the units for the value. | | *<math>Fromunit</math> is the units for the value. |
| | *<math>Tounit</math>is the units for the result. | | *<math>Tounit</math>is the units for the result. |
| | + | **CONVERT(),Converts a number from one measurement system to another |
| | | | |
| | ==Description== | | ==Description== |
| Line 298: |
Line 298: |
| | | | |
| | ==ZOS== | | ==ZOS== |
| − | *The syntax to CONVERT units in ZOS is <math>CONVERT(Number,Fromunit,Tounit)</math> | + | *The syntax to CONVERT units in ZOS is <math>CONVERT (Number,FromUnit,ToUnit,DoNotConvertUsingEquivalents,MatchAllOnLeft,MatchAllOnRight)</math> |
| | **<math>Number</math> is the value in <math>Fromunit</math> to change. | | **<math>Number</math> is the value in <math>Fromunit</math> to change. |
| | **<math>Fromunit</math> is the units for the value. | | **<math>Fromunit</math> is the units for the value. |