The Unix mecca equivalents of some basic VMS mecca commands
| VMS
| Unix
| Description
|
|---|
| New on Linux
| lcpp_import program
| Import code for program and make standard corrections.
|
| mecca/copy program
| mecca --copy program
| Checkout the code for a program.
|
| New on Linux
| mecca --uncopy
| Inverse of --copy. Checks for uncommited changes
in the current directory and if the user confirms then removes all files from
the current directory. This leaves the directory ready for another mecca
--copy.
|
| mecca/development program
| mecca --development program
| Compile a program and place it on the Z-page. In the case of
a service or library, the item is merely built in the working directory.
|
mecca program
| mecca --commit program
mecca program
| Commit and release modified application code.
|
| mecca/rebuild program
| mecca --rebuild program
| Recompile and release a program, e.g., if a library
changes.
|
| mecca/retreat program
| mecca --retreat program
| Back out changes to a program or library
|
| mecca/newpa
| mecca --newpa
| Create a new primary application. Mecca will assign PA number.
|
| mecca/newsa
| mecca --newsa
| Create a new secondary application. Mecca will assign SA number.
|
| mecca/newcs program
| mecca --newcs program
| Create a new (central) service. User must supply an available name.
|
| mecca/newlib program
| mecca --newlib program
| Create a new user library. User must supply an available name starting with ul_.
|
| New on Linux
| mecca --certify program
| Records a program to be at least as functional on
Linux as it is on VMS. This allows the program to access the real
file sharing area instead of the duplicate file sharing set up for
Linux port testing. It also makes Linux the default platform for
the application.
|
| New on Linux
| mecca --uncertify program
| Undo for the --certify command in case any
issues are detected after an apparently errant certification.
|
| mecca /ipe
| mecca --ipe
| Run IPE (the Index Page Editor).
|