CT_OSVER

 OSVER()
 Returns the DOS version number
------------------------------------------------------------------------------
 Syntax

     OSVER() --> cDosVersion

 Returns

     OSVER() returns a character string that contains the version number of
     the operating system in use.

 Description

     OSVER() returns the version number of the operating system in use.  The
     format picture clause is always "'9.99".  Use OSVER() to determine the
     DOS version your application uses.

 Example

     Certain operations require particular DOS versions:

     IF OSVER() < "3.30"
        ? "COMMIT can not be used!"
     ENDIF

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.