Top
Systemwalker Operation Manager V17.0.1 Reference Guide

15.2.5 close (Close an Open File)

Description

Closes an open file.

Synopsis

close channelID

Option

channelID

Specify the channel ID acquired as the return value from the open command.

Reference

open

Caution

Any files opened by the open command must be finally closed by the close command.

Example

The following example closes the channel ID stored in variable fc.

close $fc