Combines some or all classes in a statistics file with those of another statistics file
Combines some or all of the classes contained in one statistics file with those of another statistics file. Each input statistics file remains unchanged. A new statistics file is created which will contain the selected combination of classes.
- BASESTAT
- Input base statistics file. All statistics are copied from this file into OUTSTAT.
- PICKSTAT
- Input statistics file from which classes are selected for copying to OUTSTAT.
- OUTSTAT
- Output statistics file. Receives BASESTAT and selected classes from PICKSTAT.
- NCLASS(0)
- Number of classes to be copied from PICKSTAT.
= 0: copy all classes from PICKSTAT to OUTSTAT. > 0: user will be prompted NCLASS times for class name.In BATCH mode, NCLASS must be set to zero. The program will abort if it is nonzero.
This combines all classes from STAT1 AND STAT2 to form a new file STATOUT.
This combines all classes of STAT1 and four classes from STAT2 to form STATOUT. The user is prompted for the classes to be used from PICKSTAT.
ADD2STAT copies BASESTAT to the output statistics file and then selectively copies some or all of the PICKSTAT classes to OUTSTAT. If a class selected has the same name as an existing class name in BASESTAT, the user is prompted to rename each of the duplicates for the PICKSTAT classes.
Name of a selected class is same as one in the base file. User is prompted for a new name.
The name that user entered already exists in the output file. A new name has to be specified.
Check input statistics file and or disk space.
Error reading a site name. Check input statistics file PICKSTAT.
Error reading a class name. Check input statistics file PICKSTAT.
Specify smaller value for NCLASS.
NCLASS was > number of classes in PICKSTAT, and the user did not want to use all the classes. Specify smaller NCLASS.