Not able to search for the @ parameter in the search engines or the syntax.
What does the @ operator do in SAS? I am not able to find any references to it in the operators list as well: https://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000780367.htm
data dsfa.asdfa;
infile asdfsadf;
input @1 sdfs $12. @14 sdlfsda $10 sdlfsd $1.;
run;