From: RolandRB on
How do I avoid the sas 9.2 data step length warning that you get in
sas 9.2 but not sas 9.1.3? I need a method that will work in both
versions so I can not use the sas 9.2 options statement in my code as
I will get an error message.

1 options varlenchk=nowarn;
---------
13

ERROR 13-12: Unrecognized SAS option name, VARLENCHK.

I only have sas 9.1.3 so I can not try it out in sas 9.2 but I am
guessing that someone here has solved this problem even though I can't
find one doing a Google search.