Previous | Next | Contents | Index |
From DCL, you can use the MAIL command to send a message to a PMDF address, but be careful to use the proper number of quotes:
$ MAIL/SUBJECT="subject-line" msgfile.ext "IN%""address""" |
IN%"address"
have each
been repeated, and an extra pair of quotes surrounding the entire
construct added. For example,
$ MAIL/SUBJECT="Latest results" D1:[DATA]EH011.DAT "IN%""BOB@EXAMPLE.COM""" |
Note that messages can also be sent from DCL with the PMDF SEND utility; see Chapter 9.
Previous | Next | Contents | Index |