6530 Programmer's Guide
6530 Programmer’s Guide
D-1
D
Data Type Table
This appendix contains the predefined data type table for the standard 
ASCII character set. In protect submode of block mode, the 6530 uses 
this table, along with the data type attribute selected for a particular field, 
to perform data type checking on characters entered from the keyboard. 
The data types (0 through 7) specify a range or category of characters as 
shown in Table D-1: 
Table D-1. Data Type Table
Data Type Meaning
0 Free entry. Any type of character can be entered.
1 Alphabetic. Only upper/lowercase letters (A-Z, a-z) 
can be entered.
2 Numeric. Only the numeric digits (0-9) can be 
entered.
3 Alphanumeric. Only upper/lowercase letters and 
numeric digits can be entered.
4 Full numeric. Only numeric digits and characters 
used to express numbers ($ + , - .) can be entered.
5 Full numeric with space. Only full numeric 
characters and the space character can be 
entered.
6 Alphabetic with space. Only upper/lowercase 
letters and the space character can be entered.
7 Alphanumeric with space. Only upper/lowercase 
letters, numeric digits, and the space character can 
be entered.










