Chapter Contents |
Previous |
Next |
Running the Debugger under CMS |
The SAS/C Debugger supports
KANJI terminals or terminals that support only uppercase English alphabet
characters. When you are using the debugger with a KANJI terminal, your program
most likely was compiled with the japan
option. The japan
option is
described in Compiler Options.
GLOBALV SELECT CENV SET _UPPER YES
or
GLOBALV SELECT CENV SETP _UPPER YES
The first GLOBALV command sets the environment variable value for the remainder of the current session, and the second one sets it permanently so that it is in effect for the remainder of the current session and all future sessions.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.