CALLSS - call a TSS subsystem.

Use:

call callss(string [,name])

Where:

string
is a character constant or variable with the command line of the program being called. The end of the string is marked by a carriage return character or a backslash "\".
name
is a 4 character character value with the name of the subsystem to call. If "name" is omitted, the first 4 characters of "string" will be used.

Description:

CALLSS is used to call another TSS subsystem, and pass it a command line. Unfortunately, it is not possible to pass a command line containing a "\" to the called program.

See Also:

expl f77 lib callgt

Copyright © 1996, Thinkage Ltd.