1 09/23/82 cv_pmf.changes.info
2
3 Describes changes to the MR10.1 version of the cv_pmf command.
4
5
6 The cv_pmf command has been changed to allow the name of the
7 Project Master File PMF segment to end with the suffix ".pmf".
8 For compatability with previous versions of the command, it is
9 not necessary that the PMF segment name have this suffix.
10
11
12 The command "cv_pmf PMF_name" will cause cv_pmf to first look for
13 the segment PMF_name.pmf. If it is found, it is converted and
14 the result placed in the segment PMF_name.pdt. If the segment
15 PMF_name.pmf is not found, cv_pmf will look for the segment PMF_name;
16 if it is found, cv_pmf prints a warning message and converts the
17 PMF, placing the output in the segment PMF_name.pdt.
18 If neither segment is found, an error message is printed.
19
20
21 cv_pmf error processing:
22
23 If errors occur during conversion, cv_pmf will delete the
24 output segment PMF_name.pdt only if just created by cv_pmf.
25 If the segment existed before this invocation of cv_pmf, it will
26 be truncated.
27
28 cv_pmf now supports the severity active function. The result of
29 severity cv_pmf is the highest severity of any warning or error which
30 occured during the conversion.