Monday, January 23, 2012

DATA Statements

This Statement is used to store the numeric and string  constants that are accessed by a READ statement  specified somewhere in the program.Its Syntax is:
                DATA comma-separated list of constants
                In this statement Constants may be string or numeric. The string constants, if they contain commas, colons or spaces, then they must be enclosed in double quotation marks.

1 comment: