next up previous contents
Next: HDS Files Up: UNIX Differences Previous: UNIX Differences

Running Applications

To start you must issue the usual ASTSTART command, but note that it must be in lowercase.

csh> aststart
The program development system can be made available using
csh> astdev
You can of course put these two commands in your login procedure .login in your home directory. If you want to run ASTERIX in script or batch mode under UNIX, you should also put these commands in your script files.

All commands must be given in full and in lowercase from the shell. Commands issued from ICL may be abbreviated as on VMS.

Since commands are invoked from the shell some command syntax is interpreted as shell metacharacters. These include parenthesis, bracket, quote, double quote and backslash. You can usually get around this by including the offending string in single quotes, eg.

csh> statistix 'file.data_array(1:100,2:20)'
When responding to prompts neither the <TAB> function for editing the default nor command-line recall is yet available.

Parameter values are case insensitive except for graphics devices and filenames. No file extension is assumed for ASCII files. (On VMS ".DAT" is assumed if no extension is given.)



Web Master
Tue Oct 7 10:18:50 BST 1997