Last updated 18 Nov 97
EXPORTRP will extract all information in a Report 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 RPf: Input Report file RPfX: Output portable Report file.
Example
@codap exportrp - ssss rp000 rp000.exp
This run will create an exportable copy of rp000 called 'rp000.exp'.