Problem Note 2387: Invalid data value error when entering formatted data with embedded
blanks
You may receive the following error when you attempt to enter a
formatted data value that contains embedded blanks in table-view mode of
the VIEWTABLE window or in a Data Table object in a SAS/AF FRAME entry,
ERROR: Invalid data was entered. Please specify another value.
Even though there is an informat associated to the column, the value you
enter is not interpreted correctly.
To circumvent the problem, use form-view mode of the VIEWTABLE window, a
data form object in a SAS/AF FRAME entry, or the FSEDIT window to enter
these data values.
To display your data set in form-view mode of the VIEWTABLE window, you
can either specify the VIEW=FORM option on the VIEWTABLE command as
follows,
vt mylib.mydata view=form
or you can select View -> Form View from the action bar at the top of
the VIEWTABLE window to switch from table-view mode to form-view mode.
If you use the FSEDIT window, you will need to turn on the NOAUTOBLANK
attribute for that field. To set the NOAUTOBLANK attribute, issue the
MODIFY command, select option 4 from the Modify menu, scroll to the
NOAUTOBLANK attribute, and specify "N" in the field.
Another way to circumvent this problem would be to use a format and
informat that does not include embedded blanks in the formatted- and
informatted-value strings
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | OpenVMS Alpha | 8 TS M0 | 8.2 TS2M0 |
| CMS | 8 TS M0 | 8.2 TS2M0 |
| 64-bit Enabled HP-UX | 8 TS M0 | 8.2 TS2M0 |
| HP-UX | 8 TS M0 | 8.2 TS2M0 |
| ABI+ for Intel Architecture | 8 TS M0 | 8.2 TS2M0 |
| z/OS | 8 TS M0 | 8.2 TS2M0 |
| OS/2 | 8 TS M0 | 8.2 TS2M0 |
| IRIX | 8 TS M0 | 8.2 TS2M0 |
| 64-bit Enabled Solaris | 8 TS M0 | 8.2 TS2M0 |
| Microsoft Windows NT Workstation | 8 TS M0 | 8.2 TS2M0 |
| Microsoft Windows 95/98 | 8 TS M0 | 8.2 TS2M0 |
| OpenVMS VAX | 8 TS M0 | 8.2 TS2M0 |
| Microsoft Windows 2000 Professional | 8 TS M0 | 8.2 TS2M0 |
| Solaris | 8 TS M0 | 8.2 TS2M0 |
| 64-bit Enabled AIX | 8 TS M0 | 8.2 TS2M0 |
| Tru64 UNIX | 8 TS M0 | 8.2 TS2M0 |
| AIX | 8 TS M0 | 8.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2000-07-03 16:59:32 |
| Date Created: | 2000-04-04 14:26:33 |