Chapter Contents

Previous

Next
STATUS

STATUS



Halt or Resume a Subtask

Portability: SAS/C extension


SYNOPSIS
DESCRIPTION
RELATED FUNCTIONS


SYNOPSIS

#include <ostask.h>

void STATUS(action, void **tcbaddr);


DESCRIPTION

The SAS/C STATUS macro implements the functionality of the OS/390 Assembler STATUS macro. The action argument specifies whether the task is to be stopped or started and must be either START or STOP . The tcbaddr argument is a pointer to a fullword containing the address of the TCB to be started or stopped.


RELATED FUNCTIONS

ATTACH


Chapter Contents

Previous

Next

Top of Page

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