Checking Current LET Substitutions

How to:

The ? LET command displays the currently active LET substitutions.


Top of page

x
Syntax: How to Check Current LET Substitutions
? LET [word1 word2 ... wordn]

where:

word1 word 2...wordn

Are the LET-defined words you want to check. If you omit these parameters, ? LET displays a two-column list of all active LET substitutions. The left column contains the LET-defined words; the right column contains the phrases the words represent.



Example: Checking Selected LET Substitutions

Issuing

? LET CHART TESTNAME RIGHTNAME

displays a two-column list of the LET substitutions for CHART, TESTNAME, and RIGHTNAME.



Example: Checking All Current LET Substitutions

Issuing

? LET

displays a list of all current LET substitutions.


Information Builders