【发布时间】:2015-12-08 10:39:49
【问题描述】:
我想要替代字符串变量的运行频率,因为我还想为每个字符串值获取一个案例编号(我有一个单独的案例 ID 变量)。
查看字符串值后,我需要找到它们以重新编码,这就是我需要知道案例编号的原因。
我知道 PRINT 命令应该做我想做的,但我得到一个错误 - 有没有其他选择?
PRINT / id var2 .
EXECUTE.
>Error # 4743. Command name: PRINT
>The line width specified exceeds the output page width or the record length or
>the maximum record length of 2147483647. Reduce the number of variables or
>split the output line into several records.
>Execution of this command stops.
【问题讨论】:
标签: spss