Chapter Contents

Previous

Next
POST

POST



Post an ECB

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

WAIT


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.