How can I comment my CMS options file?


Question

How can I comment my CMS options file?

Answer

  Use @COMMENT. DCF will ignore any SCRIPT command option starting with an @
  sign. For example:

      @COMMENT (PROFILE NAME)
      PROF    (EQPROF)
      @COMMENT (MACRO LIBRARY)
      LIB     (DSMGML3)
        etc

  Options files allow you to put script command options in a file. You use
  the OPTIONS option to point to the collection of options. OPTIONS files are
  valid only in CMS and ATMS.

  Note:  This works because you're really using user-defined options.  See
  the Lang. Ref. discussion of invocation options for more info on
  user-defined options. The comments must be in the above format or you'll
  get an error message.

Last updated: 93/08/04 14:02:07

Previous Contents Next