Types of Data

Although many program languages distinguish different types of data, the InfoSphere® DataStage® BASIC compiler does not. All data is stored internally as character strings, and data typing is done contextually at run time. There are three main types of data: character string, numeric, and unknown (that is, the null value).