Chapter Contents |
Previous |
Next |
154 |
Errno value: | ENOMEM |
Explanation | |
Action |
Explanation |
scanf was unable to allocate memory to perform an accurate conversion of an input field to floating-point representation because the input field contains too many digits. The conversion returns a NaN for binary floating-point, or a very small negative number for hexadecimal floating-point.
Action |
Either increase the region size, or specify fewer digits in the floating-point input data.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.