Previous Page | Next Page

Functions and CALL Routines under z/OS

CALL WTO Routine: z/OS



Sends a message to the system console.
z/OS specifics: all

Syntax
Description
See Also

Syntax

CALL WTO ("text-string");

text-string

is the message that you want to send. It should be no longer than 125 characters.


Description

WTO is a DATA step call routine that takes a character-string argument and sends it to a system console. The destination is controlled by the WTOUSERROUT=, WTOUSERDESC=, and WTOUSERMCSF= SAS system options. If WTOUSERROUT=0 (the default), no message is sent.


See Also

Previous Page | Next Page | Top of Page