Example
DESCRIPTIVES VARIABLES=ALL
/SAVE.
• SAVE creates a z-score variable for all variables in the working file. All z-score variables
receive the default name.
Example
DESCRIPTIVES VARIABLES=NTCSAL NTCPUR (PURCHZ) NTCPRI (PRICEZ)
/SAVE.
• DESCRIPTIVES creates three z-score variables named ZNTCSAL (the default name),
PURCHZ, and PRICEZ.
Example
DESCRIPTIVES VARIABLES=SALARY86 SALARY87 SALARY88
/SAVE.
• In this example, the default naming convention would produce duplicate names. Thus, the
names of the three z-score variables are ZSALARY8, ZSC001, and ZSC002.
 [此贴子已经被作者于2008-2-13 6:47:17编辑过]