MSM-Workstation
Macros
Go back to the alphabetic list of macros
Go back to the first page of this tutorial
This section is for internal use only.
%%PrefixGblCommon
This macro is replaced by the name of the top of the storage tree
where the definitions for the current system are stored.
This storage tree is typically identical to one
of @%%Prefixes("GC")
or ^%%View,
i.e. %%AppContainer(window,gadget) is usually the same
as %%SysGlobal("WCC",window,gadget),
which is typically the same
as @%%PrefixGblCommon@("WCC",window,gadget),
which is one of:
- @%%Prefixes("GC")@("WCC",window,gadget)
which is replaced by @ViEWpfxs("GC")@("WCC",window,gadget)
- @%%ViEW@("WCC",window,gadget)
For the MSM-ViEW/Builder system, this translates out as ^%MDS(...).
The default for applications is ^XXX(...).
Examples
xxx
xxx
See also
%%AppContainer,
%%AppGlobal,
%%AppLList,
%%AppMenuAIDs,
%%AppMenuMap,
%%AppModRtn,
%%AppObjLab,
%%AppRtnMod,
%%AppRtnWin,
%%AppVarMap,
%%AppWin,
%%AppWinCtl,
%%AppWinGbl,
%%AppWinObj,
%%AppWinRtn,
%%Prefixes,
%%PrefixGbl,
%%PrefixGblMem,
%%PrefixGblStatic,
%%PrefixRtn,
%%PrefixRtnCommon,
%%PrefixRtnStatic,
%%ProfileGlobal,
%%RtScratch,
%%ScratchGlobal,
%%SysGlobal and
%%Varmap.