1 /* BEGIN INCLUDE FILE dm_file_validation_name.incl.pl1  */
 2 
 3 /* DESCRIPTION:
 4 
 5         This include file contains the file validation name which is
 6    added to the first component of each DM file and is used to
 7    determine if an MSF is a DM file.
 8 */
 9 
10 /* HISTORY:
11 Written by Matthew Pierret, 11/07/84.
12 Modified:
13 */
14 
15 /* format: style2,ind3 */
16 
17      dcl     DM_FILE_VALIDATION_NAME
18                                     init ("_Data_Management_file_._") char (24) internal static options (constant);
19 
20 
21 /*  END INCLUDE FILE dm_file_validation_name.incl.pl1 */