Simple OpenVMS question

Warning: I know zippo about OpenVMS.

How do I change the prompt character from what it is to a ‘$’ character? I’m Unix literate and that’s an easy one-liner at the command line, but on OpenVMS I have no idea.

The stupid adapter that my company is using waits to see a prompt before it will do anything--if there's no , nothing happens.

I’ll be using telnet to connect.

Howdy,

It’s been a long time but if I remember correctly:

SET PROMPT="$"

should do it.

HTH,

SweepK

That’s what I thought it was too.