Previous | Next | Contents | Index |
ConvertWPS
andDX
files to other formats.
PMDF DCF input-file-spec output-file-spec
Positional Qualifiers Defaults /FORMAT=type See text
- This utility is available only for OpenVMS VAX.
- This utility is available only with the PMDF-MR optional layered product, must be explicitly built by the PMDF system. manager (see <REFERENCE>(HEAD2_MRCHANNELDCFBUILD)), and is only intended for internal use by the
PMDF-MR
channels.- The file extensions of the input and output files are not user selectable.
Input file: | input-file-spec |
Output file: | output-file-spec |
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).
The
DCF
utility is used byPMDF-MR
to convertWPS
andDX
message bodyparts to ASCII. This facility is built from document conversion software supplied as part of theMRGATE
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 convertWPS
andDX
bodyparts toASCII
.
/FORMAT=type
This positional qualifier must be given for both the input and output file specifications. The allowable types areASCII
,DX
, andWPSFILE
. 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.
The following command may be used to convert a WPS-PLUS file to an ordinary text format:
All special text attributes (e.g., bold, underlined, etc.), are lost in the conversion from WPS-PLUS to ASCII.
$ PMDF DCF koala.wpl/FORMAT=WPSFILE mrsdd.txt/FORMAT=ASCII
Previous | Next | Contents | Index |