Dollar signs can be escaped: $$
Repeated replacement ("Russian doll") is possible: \${name:[$anothername:[default]}
Example 4,
"Russian doll" replacement:
~/sas/p/mt/testenv.tse
TSF EDIT E
NOOP \${HELLO:[${YOU:[ME]}
NOOP $$HELLO
END
prompt> tslist
_100 -B2017,1,1 -r1 -Etestenv.tse,E -I
Try yourself to setenv values for HELLO , YOU , and
ME