Home page  
Help >
DDL Command UNCALC
Version 7.11
DDL Command UNCALC UNCALC

The UNCALC command erases numeric variables. Numeric variables are created with the CALC command.

Syntax:
UNCALC/options [variable-name,...,variable-name]

Notation standards Options Answers
Options:
X -Suppress the command response.
Y -Do not alter the command answer cells.
Z -Delete allnumeric variables, even super globals.

Answers:
Ctl.Ans1 =Zero
Ctl.Ans2 =Zero
Ctl.Ans3 =Zero

Notes:
To delete a specific numeric variable, include its name in the command.

uncalc %NN %AA
-Delete the variables %NN and %AA from the numeric variable pool

To delete all numeric variables except the "Super Global" variables:

uncalc

Super global variables are the ones whose names begin with two percent signs. To delete these from the numeric variable pool you must do it explicitly by name or use the Z option:

uncalc/z
-Deletes all numeric variables, including super globals.

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.