Chapter Contents |
Previous |
Next |
OS/390 Multitasking and Other Low-Level System Interfaces |
SAS/C Software provides a number of C macros and functions
that allow you to issue common OS/390 and CMS system macros without having
to code any assembler language. Interfaces are provided supporting low-level
memory allocation, terminal I/O, and multitasking (OS/390 only). Most of these
macros and functions can be used with either the standard SAS/C Library or
with the Systems Programming Environment (SPE). In a few cases, macros can
be used only with SPE, due to the existence of conflicting functionality in
the standard SAS/C Library. (For instance, the
STIMER
macro conflicts with the standard alarm function.) Declarations
for the SPE-only functions are collected in the header file
<spetask.h>
.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.