Error in Canonical Correlation Macro

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

Error in Canonical Correlation Macro

George Emerson D'Umbra-2

Hi,

 

Am I doing something wrong or there is an error in the Canonical Correlation Macro?

When I try to run the original file I got the error:

 

4746  0 M>  SAVE OUTFILE canonical_correlation_names_.

 

Error # 5307 in column 14.  Text: canonical_correlation_names_

The file specification on the SAVE, XSAVE, or SAVE DATA COLLECTION command is

not valid.  It cannot be a dataset name, and if a location is specified, it

must refer to an existing directory.

Execution of this command stops.

 

There IS a dataset named canonical_correlation_names_ and if I change the syntax in lines 340 and 371 (340 saves and 371 reads the file) then it runs fine.

 

Has anyone experienced that?

 

Regards,

George

 

 

George Emerson D’umbra
Diretor Técnico
Tel.: 11-5505-3644 / Fax:11-5505-1977
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Automatic reply: Error in Canonical Correlation Macro

Kelly Vander Ley

I will be out of the office on Wednesday, 5/23. If you need immediate assistance please call the main office number 503/223-8248 or 800/788-1887 and an office assistant will ensure that I get the message. 

 

Kelly

 

 

Reply | Threaded
Open this post in threaded view
|

Re: Error in Canonical Correlation Macro

David Marso
Administrator
In reply to this post by George Emerson D'Umbra-2
"if I change the syntax ..."
Hmmm, what changes are you making?
Why are you changing it?  
It was well tested and very robust after I redesigned it in 1996!!
Maybe it got broken by a re-redesign?
--
George Emerson D'Umbra-2 wrote
Hi,

 

Am I doing something wrong or there is an error in the Canonical Correlation
Macro?

When I try to run the original file I got the error:

 

4746  0 M>  SAVE OUTFILE canonical_correlation_names_.

 

Error # 5307 in column 14.  Text: canonical_correlation_names_

The file specification on the SAVE, XSAVE, or SAVE DATA COLLECTION command
is

not valid.  It cannot be a dataset name, and if a location is specified, it

must refer to an existing directory.

Execution of this command stops.

 

There IS a dataset named canonical_correlation_names_ and if I change the
syntax in lines 340 and 371 (340 saves and 371 reads the file) then it runs
fine.

 

Has anyone experienced that?

 

Regards,

George

 

 

George Emerson D’umbra
Diretor Técnico
Tel.: 11-5505-3644 / Fax:11-5505-1977
[hidden email]
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me.
---
"Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis."
Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?"
Reply | Threaded
Open this post in threaded view
|

RES: Error in Canonical Correlation Macro

George Emerson D'Umbra-2
Line 45 is
dataset declare canonical_correlation_names_ .
and line 340 is
SAVE OUTFILE canonical_correlation_names_ .

Apparently, you cannot save a file with a name already being used by a dataset.
So I changed to
SAVE OUTFILE canonical_correlation_names_.sav . (also changed line 371 which reads this file)
And it worked!

There were no dataset commands back in 1996, so it got broken after this re-redesign!!

-----Mensagem original-----
De: SPSSX(r) Discussion [mailto:[hidden email]] Em nome de David Marso
Enviada em: quarta-feira, 23 de maio de 2012 08:42
Para: [hidden email]
Assunto: Re: Error in Canonical Correlation Macro

"if I change the syntax ..."
Hmmm, what changes are you making?
Why are you changing it?
It was well tested and very robust after I redesigned it in 1996!!
Maybe it got broken by a re-redesign?
--

George Emerson D'Umbra-2 wrote

>
> Hi,
>
>
>
> Am I doing something wrong or there is an error in the Canonical
> Correlation Macro?
>
> When I try to run the original file I got the error:
>
>
>
> 4746  0 M>  SAVE OUTFILE canonical_correlation_names_.
>
>
>
> Error # 5307 in column 14.  Text: canonical_correlation_names_
>
> The file specification on the SAVE, XSAVE, or SAVE DATA COLLECTION
> command is
>
> not valid.  It cannot be a dataset name, and if a location is
> specified, it
>
> must refer to an existing directory.
>
> Execution of this command stops.
>
>
>
> There IS a dataset named canonical_correlation_names_ and if I change
> the syntax in lines 340 and 371 (340 saves and 371 reads the file)
> then it runs fine.
>
>
>
> Has anyone experienced that?
>
>
>
> Regards,
>
> George
>
>
>
>
>
> George Emerson D?umbra
> Diretor T cnico
> Tel.: 11-5505-3644 / Fax:11-5505-1977
> ged@.com
>


--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/Error-in-Canonical-Correlation-Macro-tp5713327p5713336.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
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: RES: Error in Canonical Correlation Macro

David Marso
Administrator
What's the expression?
If it AIN'T BROKEN DON'T FIX IT!
I have no idea what the current version looks like but it worked fine back in the day.
--
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me.
---
"Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis."
Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?"