At 07:18 AM 4/1/2014, Moon Kid wrote:
>The Syntax-Editor show me a unuseful behavior with comments.
>This code
>
>* Qualifikation
>FREQUENCIES VARIABLES=v46c
> /ORDER=ANALYSIS.
>
>is never executed, because line #2 and #3 are also interpreted as comments.
To be more precise about how SPSS is 'thinking' here:
"COMMENT", synonym "*", is an SPSS statement. Like other statements,
it can be continued for multiple lines. Also like other statements,
it's ended by a closing '.' on any line, or a blank line.
So, #2 and #3 are not interpreted as [separate] comments; they are
interpreted as part of the COMMENT ("*") statement that begins on
line #1. As Gaurav Srivastava noted, all you need do is close the
comment statement with a period:
* Qualifikation .
FREQUENCIES VARIABLES=v46c
/ORDER=ANALYSIS.
=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD