Visara Master Console Center Scripting Guide User Manual
Page 236
Appendix B Command Syntax
Scripting Guide
236
Event
Closes a specified event
queue. Events are no longer
available from the specified
queue.
EVENTCLOSE(%QueueID)==>%Status
Event
Opens a connection to the
outside event daemon, and
asks for events from a
specified source.
EVENTOPEN(%Source[,$OsNameArray])==>%QueueID
Event
Returns the next event from
any of the specified event
queues.
EVENTREAD(%QueueIdArray,$EventArray[,%Wait]
==>%Status
Event
Enters commands to MVS
using the GW-MVS agent
(optional software)
MVSCOMMAND( %ObjID, $CmdArray, $Output Array,
%ErrArray $ErrorTextArray[, %PortID] [, $JobName] [,
$Filter1] [, $Filter2] [, $Filter3] [, %MvsMsgCount] [,
%MvsResponseTime] ) ==> %ReturnValue
Event
Enters commands to TSO/E
REXX.
TSOEREXX( %ObjID, $CmdArray, %ErrorArray,
$ErrorTextArray) ==> %ReturnValue
File
Closes an open file.
FCLOSE(%FileNum)
File
Permanently deletes a file.
FDELETE($FileName)==>%Success
File
Determines if a file exists.
FEXISTS($FileName)==>%Success
File
Obtains the system integer
file descriptor from a file
handle.
FILENO(%FileHandle)==>%FileDescriptor
File
Returns the time value of a
last modified date/time
stamp for a file.
FMODTIME(File)==>%EpochSeconds
File
Opens a file for I/O access.
FOPEN($FileName[,%Mode])==>%FileHandle