1 
 2 /* BEGIN INCLUDE FILE ...   cobol_SORTM_entries.incl.pl1 */
 3           /* Declarations for SORTM entries Version 2 (Dave Ward 04/17/74). */
 4           /* Additions to declarations for SORTM entries Version 2 (G Mercuri 02/28/75). */
 5 dcl         cobol_sort_$SET_            entry options(variable) ext,  /* 1 or more char(*). */
 6             cobol_sort_$CPP             entry (entry,entry) ext,
 7                               /* Note 2-nd parameter of CPP not required. */
 8             cobol_sort_$RELEASE_                  entry ext,
 9             cobol_sort_$RETURN_                   entry ext,
10     (       cobol_sort_$sn1,
11             cobol_sort_$sn2,
12             cobol_sort_$fb1,
13             cobol_sort_$fb2,
14             cobol_sort_$bl1,
15             cobol_sort_$bl2,
16             cobol_sort_$result,
17             cobol_sort_$RELbl,
18             cobol_sort_$RELfb,
19             cobol_sort_$RETfb,
20             cobol_sort_$RETbl )         fixed bin(35) ext,
21     (       cobol_sort_$rp1,
22             cobol_sort_$rp2,
23             cobol_sort_$stat_ptr,
24             cobol_sort_$error_ptr,
25             cobol_sort_$RELp,
26             cobol_sort_$RETp  )         ptr ext;
27 /* END INCLUDE FILE ...   cobol_SORTM_entries.incl.pl1 */
28