Last updated 18 Nov 97
EXPORTCS will extract all information in a Cluster Solution file and write a fixed-format text file with 80-character records. This file can then be ported to another computer system.

Program Invocation
The specific syntax for program invocation varies between operating systems. This document diplays the code for the AIX version.
@codap exportcs <opt> <ssss> <CSf> <CSfX>opt: Program options (none currently supported) ssss: The study number CSf: Input Cluster Solution file CSfX: Output portable Cluster Solution file.
Example
@codap exportcs - ssss cs100 cs100.exp
This run will create an exportable copy of cs100 called 'cs100.exp'.