Page 1 of 1

ANALYZE.FILE

Posted: Tue May 25, 2010 2:19 pm
by dec1177
I'm new to using the command interface, and I'm trying to execute the ANALYZE.FILE command on a hashed file named "hsh_Staging_2."

The syntax I've entered verbatim is as follows:

ANALYZE.FILE hsh_Staging_2

However, I receive the message:

"Illegal option found on command line: "hsh_Staging_2".

What am I doing wrong here?

Posted: Tue May 25, 2010 3:12 pm
by dspxguy
That is a Universe command and not a Unix command.

Run it from TCL prompt.

Posted: Tue May 25, 2010 3:14 pm
by dec1177
No, I'm on Windows Server, and I'm running it from the Administrator...

Posted: Tue May 25, 2010 5:19 pm
by ray.wurlod
Do you have a VOC pointer for hsh_Staging_2 hashed file?

Posted: Tue May 25, 2010 8:12 pm
by chulett
Meaning it (the hashed file) either needs to have been created in an account (project) or you've manually created one for a pathed hashed file.

Posted: Thu May 27, 2010 1:00 pm
by dec1177
Yes, I manually created it using a pathed hashed file with a job parameter...

Posted: Thu May 27, 2010 3:32 pm
by chulett
Then the only way it will have a VOC pointer is if you explicitly create on. And you'll need to do that before you can run ANALYZE.HASH on it.

Posted: Thu May 27, 2010 6:57 pm
by ray.wurlod
Search DSXchange for the SETFILE command.

Posted: Fri May 28, 2010 9:39 am
by dec1177
Thanks guys, executing the SETFILE command allowed me to then run the SETFILE command on my hashed file.