Last updated 18 Nov 97
EXPORTCD will extract all information in a Case Date 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.
opt: Program options (none currently supported) ssss: The study number CDf: Input Case Data file CDfX: Output portable Case Data file.
@codap exportcd - ssss cd100 cd100.exp
This run will create an exportable copy of cd100 called 'cd100.exp'.