Unix

 Product information can be found on the following pages

Unix Platforms Supported by Stat/Transfer

Stat/Transfer Version 9 for Unix is available on the following platforms:

  • HP-9000 (HP-UX)
  • IBM RS/6000 (AIX)
  • Intel/AMD (x86) (32 Bit Linux)
  • Intel/AMD (x86-64) (64 Bit Linux)
  • Sun SPARC (32 Bit Solaris)
  • Sun SPARC (364Bit Solaris)
     

Stat/Transfer for Unix is command-driven and supports all of the file formats available in the Windows version except those, such as Access and ODBC, that require proprietary Microsoft components, as well as the Statistica format.

This text-mode program will accept your commands in simple copy-like syntax. For instance:

      copy in.sd2 out.sav

will convert the SAS file, in.sd2 , to an SPSS file, out.sav.

You can type such commands directly at the prompt, or you can store them in a text file and execute them later.  Such deferred execution can be done either from the command processor’s prompt:

      ex myfile

or from the operating system command line:

      st myfile.stc

Further, for quick transfers, you can enter just the name of the program and the name of the files from the operating system prompt. For instance:

      st in.sd2 out.sav

will transfer a SAS file directly to an SPSS file, right from the operating system command line.

The command processor includes the ability to move a whole group of files using wildcards.  For instance, the command:

      st “in\*.sd2”  “out\*.dta”

will convert an entire directory of SAS files to Stata format and write the converted files to another directory.

The command processor will execute other programs and  operating system commands if you precede their name with the word `shell’ or with an exclamation point ‘!’You can therefore call programs such as Pkzip from your Stat/Transfer command files.  For instance, the following sequence of commands will extract a Stata file from a zip file, convert it to Access file and then delete the extracted file:

      !pkunzip data.zip large.dta
      !copy large.dta  out.mdb
      !del large.dta

The command processor provides the ability to execute a ‘where’ command for record selection, a ’keep’ or ‘drop’ command for selecting variables and number of options to control reading of variable, output types and program operation.

Products
Windows, Mac
Unix
Developer Tools

Click here for new features in Version 9
NEW

Click here for supported formats
FORMATS

Click here to order a copy now
ORDER

Click here to download a trial copy now
DOWNLOAD

[Home] [Products] [Ordering] [Downloads] [Support] [Lists] [Contact Us]

Please contact our Webmaster with questions or comments.