EXPORTCD: Create Portable Copy of Case Data File

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.


@codap exportcd <opt> <ssss> <CDf> <CDfX>

opt:      Program options (none currently supported)
ssss:     The study number 
CDf:      Input Case Data file
CDfX:     Output portable Case Data file.

Example

@codap exportcd - ssss cd100 cd100.exp

This run will create an exportable copy of cd100 called 'cd100.exp'.

Back to document index