INPUT # Statement The INPUT# statement is used to read data of existing sequential data file and stores them in variables. It reads data from the file in the same order as they are stored. Syntax: INPUT # (file number), data 1, data 2 Eg: INPUT #1, n$, r Share : Twitter