SAS 6.3 Bug?
James,
getch() is documented in the SAS/C Version 6 manual. There was no
equivalent function in Version 5. Also, look at rawcon() in the V6 manual.
conio.h is a PC-ism – it's not portable (for that matter, neither is
getch()). You get access to getch() simply by including <stdio.h>
with SAS/C.
–Doug