Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

USE^%ZISUTL(): Use Device Given a Handle

Reference Type: Supported, Category: Device Handler, ICR#: 2119

Description

The USE^%ZISUTL API restores the IO variables for a device saved with the OPEN^%ZISUTL(): Open Device with Handle or SAVDEV^%ZISUTL(): Save Data Given a Handle APIs. It then does a USE of the device if it is open. The same as:

  >DO USE^%ZISUTL(handle) U IO

REF: See also OPEN^%ZISUTL(): Open Device with Handle and CALL^%ZISTCP(): Make TCP/IP Connection (Remote System) APIs.

Format

  USE^%ZISUTL(handle)

Input Parameters

handle:

(required) A unique FREE TEXT name to associate with the device that was opened with the OPEN^%ZISUTL(): Open Device with Handle API.

Output Variables

IO*:

Standard IO variables.