Correct answer: b
By default, the IMPORT
procedure reads delimited files as varying record-length files. If
your external file has a fixed-length format, use the OPTIONS statement
before the PROC IMPORT statement that includes the RECFM=F and LRECL=
options.