![]() ![]() |
Reference Type: Controlled Subscription, Category: Operating System Interface, ICR#: 3883
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.
DOLRO^%ZOSV
Make sure to perform the following steps before calling this API:
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. |
returns: |
Local variables are stored in the global specified by the X input variable. |
>S X="^%ZTSK(ZTSKm.3," D DOLRO^%ZOSV |