IMPORTCS: Create Cluster Solution File from Portable Copy

Last updated 18 Nov 97

IMPORTCS will read an exported Cluster Solution text file from created by EXPORTCS and write a Cluster Solution file.

Automatic Process Generation

IMPORTCS will generate a CLUSXX if the 'P' option is given.

Program Invocation

The specific syntax for program invocation varies between operating systems. This document diplays the code for the AIX version.


@codap importcd <opt> <ssss> <CSfX> <CSf>

opt:  P   Print a CLUSXX listing
ssss:     The study number
CSfX:     Input portable Cluster Solution file
CSf:      Output Cluster Solution file.

Example

@codap importcd p ssss cs100.exp cs100 

This run will create a Cluster Solution file from a portable copy, as well as generate a CLUSXX run because the 'P' option was given.

Back to document index