Inserting comments/notes within commands

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Inserting comments/notes within commands

Jignesh Sutar
Does anybody have any references on how  to insert comments/notes within
commands?

Thanks
Jigs

=====================
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
Reply | Threaded
Open this post in threaded view
|

Re: Inserting comments/notes within commands

Oliver, Richard
*This is a comment before a command.
FREQUENCIES /*this is comment within a command*/ VARIABLES=var1.
DESCRIPTIVES VARIABLES=var1. /*This is a comment at the end of a command.

________________________________

From: SPSSX(r) Discussion on behalf of J Sutar
Sent: Fri 2/29/2008 9:49 AM
To: [hidden email]
Subject: Inserting comments/notes within commands



Does anybody have any references on how  to insert comments/notes within
commands?

Thanks
Jigs

=====================
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

====================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
Reply | Threaded
Open this post in threaded view
|

Re: Inserting comments/notes within commands

Catherine Kubitschek
Additionally,

FREQUENCIES
/* this will not work */
  variables=var1.

because you cannot have a blank line in the middle of a command and
comments resolve to blanks.

For the official reference pull up the Command Syntax Reference from the
Help menu and go to the COMMENT page.

Catherine

At 2/29/2008 11:48 AM, Oliver, Richard wrote:

>*This is a comment before a command.
>FREQUENCIES /*this is comment within a command*/ VARIABLES=var1.
>DESCRIPTIVES VARIABLES=var1. /*This is a comment at the end of a command.
>
>________________________________
>
>From: SPSSX(r) Discussion on behalf of J Sutar
>Sent: Fri 2/29/2008 9:49 AM
>To: [hidden email]
>Subject: Inserting comments/notes within commands
>
>
>
>Does anybody have any references on how  to insert comments/notes within
>commands?
>
>Thanks
>Jigs
>
>=====================
>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
>
>
>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

=====================
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
Reply | Threaded
Open this post in threaded view
|

Re: Inserting comments/notes within commands

Richard Ristow
At 12:19 PM 2/29/2008, Catherine Kubitschek wrote:

>FREQUENCIES
>/* this will not work */
>  variables=var1.
>
>because you cannot have a blank line in the middle of a command and
>comments resolve to blanks.

Yes. More's the pity.

=====================
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