compile-catalog

compile-catalog


compile Index Level compile-run
Syntax compile-catalog file.reference itemlist*
Category TCL
Type Verb
Description The "compile-catalog" command ("<ctrl>+xc" from within the Update processor) compiles and catalogs a Pick/BASIC program. It may also be used from the TCL prompt, when provided with a file and item-id, or list of item-id's.

All options used with the "compile-catalog" command are passed to both the "compile" and "catalog" programs.
Options
See Also x compile basic catalog file.reference itemlist* item-id compile.catalog
Example
Warnings The "compile-catalog" program resides in dm,bp,. If it is not compiled and cataloged, <ctrl>+xc will not work properly. To recompile it, go to the dm account and type "compile bp compile-catalog" at the TCL prompt, followed by "catalog bp compile-catalog".
Compatibility D3 7.0 AP
compile Index Level compile-run