Chapter Contents |
Previous |
Next |
Conversion of Existing Programs |
Source Code Changes |
The SAS/C C
and C++ cross-platform compilers support the same set of digraphs supported
by the SAS/C Compiler on the mainframe.
However, to aid in portability, it is advisable to replace these digraphs
with characters that are readily available on the host workstation. The
mf2unix
and
unix2mf
utilities described later in this chapter
can assist with this conversion.
Filename Changes |
The SAS/C C and
C++ cross-platform compilers do not translate filenames found in
#include
statements. These filenames are case-sensitive and no truncation occurs.
Unlike the mainframe, no special consideration is given to case in include-file
processing; therefore, source code that contains uppercase filenames in
#include
statements will probably require alteration.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.