Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!nrl-cmf!ukma!psuvm.bitnet!cunyvm!unknown From: rrk@byuvax.bitnet Newsgroups: comp.os.vms Subject: Re: Error trying to use VERB Message-ID: <69rrk@byuvax.bitnet> Date: 5 Feb 88 16:37:01 GMT Lines: 16 Normally you cannot "Run" a program which has been written for a CLD file any more than you can "Run" the images in sys$system written to be driven by command table commands. First edit the VERB.CLD and make sure that the image clause points to the right place. Then type "SET COMMAND VERB" then try commands like: $ VERB IF and $ VERB SHOW I write all my programs written to be invoked by DCLTABLES so that they CAN be run from the run command or as a foreign command by reparsing the command internally before calling the CLI routines, but most people don't. I've only seen DEC do this in a few instances.