HP 3000 Manuals

Ap D. COBEDIT Program [ HP COBOL II/XL Quick Reference Guide ] MPE/iX 5.0 Documentation


HP COBOL II/XL Quick Reference Guide

Appendix D  COBEDIT Program 

The COBEDIT program develops and maintains COPY libraries.  This program
resides in the PUB group of the SYS account.  It allows you to create,
modify, and list a COBOL COPY library file.

To enter the COBEDIT program, issue the following command:

     COBEDIT

          Table D-1.  COBEDIT Commands 

---------------------------------------------------------------------------
|                   |                                                     |
|      Command      |                       Meaning                       |
|                   |                                                     |
---------------------------------------------------------------------------
|                   |                                                     |
| BUILD             | Build a COPYLIB file.                               |
|                   |                                                     |
| COPY              | Copy modules into the library as in the BUILD       |
|                   | command.                                            |
|                   |                                                     |
| EDIT              | Create or edit a module to add to a COPYLIB file.   |
|                   |                                                     |
| EXIT              | Leave the COBEDIT program.                          |
|                   |                                                     |
| HELP              | List all COBEDIT commands.                          |
|                   |                                                     |
| KEEP              | Add a module to the currently active COPYLIB file.  |
|                   |                                                     |
| LIBRARY           | Activate an already existing COPYLIB file.          |
|                   |                                                     |
| LIST              | List text-names or one or more modules of the       |
|                   | currently active COPYLIB file.                      |
|                   |                                                     |
| PURGE             | Purge a module of the currently active library or   |
|                   | purge the library itself.                           |
|                   |                                                     |
| SHOW              | Show the name of the current library, its key file  |
|                   | and the latest module to be accessed.               |
|                   |                                                     |
---------------------------------------------------------------------------



MPE/iX 5.0 Documentation