Previous Page | Next Page

Functions and CALL Routines under z/OS

CALL TSO Routine: z/OS



Issues a TSO command or invokes a CLIST or a REXX exec during a SAS session.
Category: Special
z/OS specifics: all

Syntax
Details

Syntax

CALL TSO(command);


Details

The TSO and SYSTEM CALL routines are identical, with one exception: under an operating environment other than z/OS, the TSO CALL routine has no effect, whereas the SYSTEM CALL routine is always processed. See CALL SYSTEM Routine: z/OS for more information.

Previous Page | Next Page | Top of Page