I can not understand the the following difference. Can someone help me out
here? Thanks!
The double trailing at sign (@@) holds a record across multiple iterations
of the DATA step until the end of the record is
reached.
The single trailing at sign (@) releases a record when control returns to
the top of the DATA step.