You can make the process
of concatenating raw data files more flexible by using an INFILE statement
with the FILEVAR= option. The FILEVAR= option enables you to dynamically
change the currently opened input file to a new input file. When the
INFILE statement executes, it reads from the file that the FILEVAR=
variable specifies.
In some cases, you might need to use the ...