Scripting Additions Guide

CHAPTER 2
Scripting Addition Commands
Command Definitions 21
If you specify a reference to a file or an alias, the Close Access command
attempts to match the reference with a file previously opened with the Open
for Access command. If a match is found, Close Access closes the file. If no
match is found, Close Access returns error number –43.
If you specify a file reference number previously obtained with the Open for
Access command, Close Access closes the file immediately.
ERRORS
Current Date 2
The Current Date command returns a date value that represents the current
time, day, and date. It is the only command provided by the Current Date
scripting addition.
SYNTAX
current date
RESULT
A date value.
Error
number Error message
–35 Disk <name> wasn't found.
–38 File <name> wasn't open.
–43 File <name> wasn't found.
–50 Parameter error.