{
{    The purpose of this procedure is to format a sequence of lines that
{ provide a textual representation of the classification of a magnetic tape
{ volume.
{
{    This interface is implemented within the RMM$ENFORCE_TAPE_SECURITY site
{ hook.  Therefore, the result of calling this interface is subject to site
{ modification.
{
{       RMP$FORMAT_VOL_CLASSIFICATION (MAX_MESSAGE_LINE, VOLUME_CLASSIFICATION,
{             FORMATTED_CLASSIFICATION, STATUS)
{
{ max_message_line: (input)  This parameter specifies the maximum length of a
{       line in the formatted result.
{
{ volume_classification: (input)  This parameter specifies the classification
{       of the volume prepared by RMP$CLASSIFY_TAPE_VOLUME.
{
{ formatted_classification: (output)  This parameter specifies the textual
{       representation of the volume classification in the form of a sequence
{       of strings.
{
{ status: (output)  This parameter specifies the status of the request.
{
