Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Asset Console Creating an Access Definition File Guide


$FILECLOSE (close file)

$FILECLOSE declares an end to editing on the file to which data was output.

Organization of this page

Syntax

$FILECLOSE(file-object)

Values

Status

The following table lists and describes the possible statuses:

Status

Description

NORMAL

Normal end

NODATA

ERROR

Script execution interrupted

Indicates one of the following:

  • The value returned does not match the file object requested by $FILEOPEN.

  • An error occurred when an attempt was made to close the file.

  • An invalid argument was specified, or an error other than the above occurred.

Legend:

—: Not applicable

Example

See the example in $FILEOPEN (open file).