Chapter Contents |
Previous |
Next |
POST |
Portability: | SAS/C extension |
SYNOPSIS | |
DESCRIPTION | |
RELATED FUNCTIONS |
SYNOPSIS |
#include <ostask.h> void POST(unsigned *ecbaddr, unsigned code);
DESCRIPTION |
The SAS/C
POST
macro implements the functionality of the OS/390 assembler POST
macro. The
ecbaddr
argument
is the address of the ECB to be POSTed. The
code
argument is the value to be stored in the ECB. The two high-order
bits of
code
are ignored.
RELATED FUNCTIONS |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.