PMDF System Manager's Guide


Previous Contents Index


DCF

Convert WPS and DX files to other formats.

Syntax

PMDF DCF input-file-spec output-file-spec

Positional Qualifiers Defaults
/FORMAT=type See text

restrictions

prompts

Input file: input-file-spec
Output file: output-file-spec

Parameters

input-file-spec

The name of an input file to convert. The format of the file must be specified with a positional /FORMAT qualifier. The file extension of the input file must match the specified format (see the /FORMAT qualifier description for details).

output-file-spec

The name of an output file to create. The format of the output file is selected with the /FORMAT positional qualifier. The file extension of the output file must match the specified format (see the /FORMAT qualifier description for details).

Description

The DCF utility is used by PMDF-MR to convert WPS and DX message bodyparts to ASCII. This facility is built from document conversion software supplied as part of the MRGATE kit (version 3.1 or 3.2), the Message Router VMS MAIL gateway. PMDF-MR will function without this utility but it will be unable to convert WPS and DX bodyparts to ASCII.


Positional Qualifiers

/FORMAT=type

This positional qualifier must be given for both the input and output file specifications. The allowable types are ASCII, DX, and WPSFILE. The file extension of the input and output file must be given and they must agree with the selected format: for ASCII files the file extension must be .txt, for DX files the file extension must be .dx, and for WPSFILE files the extension must be .wpl. Failure to use the proper extension will result in unpredictable results.

EXAMPLES

The following command may be used to convert a WPS-PLUS file to an ordinary text format:


$ PMDF DCF koala.wpl/FORMAT=WPSFILE mrsdd.txt/FORMAT=ASCII
All special text attributes (e.g., bold, underlined, etc.), are lost in the conversion from WPS-PLUS to ASCII.


Previous Next Contents Index