Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual—522629-013
14-105
SETMODENOWAIT Procedure
Syntax for TAL Programmers
Parameters
filenum input
INT:value
is a number of an open file, identifying the file to receive the SETMODENOWAIT
function.
function input
INT:value
is one of the device-dependent functions listed in Table 14-4
on page 14-68 (see
SETMODE Procedure
on page 14-66).
param1 input
INT:value
is one of the
param1 values listed in Table 14-4 on page 14-68 (see SETMODE
Procedure on page 14-66). If omitted, for a disk file the present value is retained.
For SETMODEs on other devices, this value depends on the device and the value
supplied in the
function parameter.
param2 input
INT:value
is one of the
param2 values listed in Table 14-4 on page 14-68 (see SETMODE
Procedure on page 14-66). If omitted, for a disk file the present value is retained.
For SETMODEs on other devices this value depends on the device and the value
supplied in the
function parameter.
last-params output
INT:ref:2
returns the previous settings of
param1 and param2 associated with the current
function. The format is:
last-params[0] = old param1
last-params[1] = old param2 (if applicable)
CALL SETMODENOWAIT ( filenum ! i
,function ! i
,[ param1 ] ! i
,[ param2 ] ! i
,[ last-params ] ! o
,[ tag ] ); ! i