VMS Help
PASCAL

 *Conan The Librarian

  The PASCAL command invokes the HP Pascal compiler to compile one
  or more source programs.  This command is described in detail in
  the "HP Pascal User Manual for OpenVMS Systems."

  Format of the PASCAL command line:

     PASCAL [[{/command-qualifier}...]]
        {file-spec[[/file-qualifier}...]]} {+ | ,}...

  The  'command-qualifier'  is  the  name  of  a  qualifier   that
  indicates  special processing to be performed by the compiler on
  all files listed.

  The 'file-spec' is the name of one of the following:

   o  The input source file that contains the program or module to
      be   compiled.    If   you  separate  multiple  source  file
      specifications  with  commas,  the  programs  are   compiled
      separately.   If  you  separate the file specifications with
      plus signs, the files are concatenated and compiled  as  one
      program.

      The default file type for  an  input  file  is  either  .PAS
      (source file) or .TLB (text-library module).

   o  The  output  file,  used  only  with   the   /ANALYSIS_DATA,
      /ENVIRONMENT, /LIST, /OBJECT, or /DIAGNOSTICS qualifiers.

  The 'file-qualifier' is the name of a qualifier  that  indicates
  special  processing to be performed by the compiler on the files
  to which the qualifier is attached.

  The default for compiler output files (object  modules)  is  the
  .OBJ file type.

 

  Additional Information (explode) :

  Close     Help