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

DOLRO^%ZOSV: Display Local Variables

Reference Type: Controlled Subscription, Category: Operating System Interface, ICR#: 3883

Description

The DOLRO^%ZOSV API is used to save all local variables. It stores all local variables in the global storage location specified by the X input variable.

Format

  DOLRO^%ZOSV

Make sure to perform the following steps before calling this API:

  1. NEW all non-namespaced variables.

  2. Set all input variables.

  3. Call the API.

Input Variable

X:

(required) When this parameter is set to an open global reference, [e.g., '^XTMP("ZZHL",25,'], all local variables existent when DOLRO^%ZOSV is called are stored in the location specified by the open global reference. These variables, now stored in the X-specified global location, can be listed and examined by application developers.

Output

returns:

Local variables are stored in the global specified by the X input variable.

Example

>S X="^%ZTSK(ZTSKm.3," D DOLRO^%ZOSV