; ******************************************************************************************************************************** ; Created: 12-Mar-2025 17:18:21 by OpenVMS SDL V3.7 ; Source: 12-DEC-2024 18:05:30 CMS$BUILD_ROOT:[SRC]CMS$ROUTINES.SDL;1 ; ******************************************************************************************************************************** .MACRO CMS$ROUTINES,..EQU=<=>,..COL=<:> ; IDENT V4.8-13 ; ; User Argument ; ; ; The user argument is defined as being of undefined type and mechanism. ; CMS passes this on unchanged to the callback routine. For the purposes ; of this SDL file it is necessary to give a type and reference and ; a type of ANY and mechanism of REFERENCE has been selected as most likely ; to be correct. If the actual callback routine uses a different type or ; mechanism this will need changing. ; cms$l_user_arg_type'..equ'0 ; ; Control Blocks ; ; ; The contents of a library data block (LDB) are designed to be used only ; by CMS. Except that the "user_parameter" value may be modified by the user. ; Use of an LDB in which any other field has been modified may corrupt your ; library. ; ldb$S_ldb_cntrlblk'..equ'228 ldb_cntrlblk'..equ'0 ldb$S_reserved_for_cms1'..equ'16 ldb$l_reserved_for_cms1'..equ'0 ldb$l_user_parameter'..equ'16 ldb$S_reserved_for_cms2'..equ'208 ldb$l_reserved_for_cms2'..equ'20 ; ; The contents of a fetch data block (FDB) are designed to be used only ; by CMS. Use of an FDB in which any field has been modified may corrupt ; your library. ; fdb$S_fdb_cntrlblk'..equ'20 fdb_cntrlblk'..equ'0 fdb$S_reserved_for_cms'..equ'20 fdb$l_reserved_for_cms'..equ'0 ; ; Binary date and Time value. ; cms$S_date_time'..equ'8 cms$q_date_time'..equ'0 ; ; Position type for cms$create_library and cms$set_library. Used to ; describe order of libraries within a library library search list. ; position_type'..equ'0 CMS$K_SUPERSEDE'..equ'0 CMS$K_AFTER'..equ'1 CMS$K_BEFORE'..equ'2 ; ; Address type passed into callbacks to identify a string. Used with ; cms$get_string for languages not directly supporting the descriptor. ; For some languages can be used directly as an address. ; string_addr'..equ'0 ; ; Review action type for cms$review_generation. Used to identify action ; taken on each specified generation. ; review_action_type'..equ'0 CMS$K_ACCEPT'..equ'0 CMS$K_CANCEL'..equ'1 CMS$K_MARK'..equ'2 CMS$K_REJECT'..equ'3 CMS$K_REVIEW'..equ'4 ; ; Object type for cms$set_acl and cms$show_acl. Used to identify the type ; of object whose acl is being manipulated. ; object_types'..equ'0 CMS$K_ACL_ELEMENT'..equ'1 CMS$K_ACL_CLASS'..equ'2 CMS$K_ACL_GROUP'..equ'3 CMS$K_ACL_LIBRARY'..equ'4 CMS$K_ACL_COMMAND'..equ'5 ; ; Output format for cms$annotate and cms$differences. Defines the type of ; formatting performed on the data before it is put in the output file. ; CMS$S_format_type'..equ'4 format_type'..equ'0 CMS$M_ASCII'..equ'0 CMS$M_DECIMAL'..equ'1 CMS$M_HEXADECIMAL'..equ'2 CMS$M_OCTAL'..equ'3 CMS$M_BYTE'..equ'16 CMS$M_LONGWORD'..equ'17 CMS$M_RECORDS'..equ'18 CMS$M_WORD'..equ'19 CMS$M_GENERATION_DIF'..equ'23 ; ; Transaction mask for cms$delete_history and cms$show_history. Defines ; the set of transcation records to be considered. ; CMS$S_transaction_mask_type'..equ'4 transaction_mask_type'..equ'0 CMS$M_CMD_COPY'..equ'0 CMS$M_CMD_CREATE'..equ'1 CMS$M_CMD_DELETE'..equ'2 CMS$M_CMD_FETCH'..equ'3 CMS$M_CMD_INSERT'..equ'4 CMS$M_CMD_MODIFY'..equ'5 CMS$M_CMD_REMARK'..equ'6 CMS$M_CMD_REMOVE'..equ'7 CMS$M_CMD_REPLACE'..equ'8 CMS$M_CMD_RESERVE'..equ'9 CMS$M_CMD_UNRESERVE'..equ'10 CMS$M_CMD_VERIFY'..equ'11 CMS$M_CMD_SET'..equ'14 CMS$_spare2'..equ'15 CMS$M_CMD_ACCEPT'..equ'16 CMS$M_CMD_CANCEL'..equ'17 CMS$M_CMD_MARK'..equ'18 CMS$M_CMD_REJECT'..equ'19 CMS$M_CMD_REVIEW'..equ'20 ; ; Ignore mask for cms$differences and cms$differences_class. ; IGNORE_FORM to IGNORE_NOTES are only used for with cms$differences. ; IGNORE_FIRST_VARIANTS is only used with cms$differences_class. ; CMS$M_IGNORE_FORM'..equ'^X1 CMS$M_IGNORE_LEAD'..equ'^X2 CMS$M_IGNORE_TRAIL'..equ'^X4 CMS$M_IGNORE_SPACE'..equ'^X8 CMS$M_IGNORE_CASE'..equ'^X10 CMS$M_IGNORE_HISTORY'..equ'^X20 CMS$M_IGNORE_NOTES'..equ'^X40 CMS$M_IGNORE_FIRST_VARIANT'..equ'^X80000000 CMS$S_ignore_mask_type'..equ'4 ignore_mask_type'..equ'0 CMS$V_IGNORE_FORM'..equ'0 CMS$V_IGNORE_LEAD'..equ'1 CMS$V_IGNORE_TRAIL'..equ'2 CMS$V_IGNORE_SPACE'..equ'3 CMS$V_IGNORE_CASE'..equ'4 CMS$V_IGNORE_HISTORY'..equ'5 CMS$V_IGNORE_NOTES'..equ'6 CMS$V_IGNORE_FIRST_VARIANT'..equ'31 ; ; Show mask for cms$differences_class. ; CMS$M_ELEMENT_DIF'..equ'^X1 CMS$M_GENERATIONAL_DIF'..equ'^X2 CMS$M_VARIANT_DIF'..equ'^X4 CMS$S_show_mask_type'..equ'4 show_mask_type'..equ'0 CMS$V_ELEMENT_DIF'..equ'0 CMS$V_GENERATIONAL_DIF'..equ'1 CMS$V_VARIANT_DIF'..equ'2 ; ; Library statistics provided by cms$show_library. ; CMS$S_statistics_type'..equ'40 statistics_type'..equ'0 CMS$L_ELEMENTS_COUNT'..equ'0 CMS$L_GROUPS_COUNT'..equ'4 CMS$L_CLASSES_COUNT'..equ'8 CMS$L_RESERVATIONS_COUNT'..equ'12 CMS$L_CONCURRENT_REPLACEMENTS_COUN'..equ'16 CMS$L_REVIEWS_PENDING_COUNT'..equ'20 CMS$S_reserved_for_CMS'..equ'16 CMS$l_reserved_for_CMS'..equ'24 ; ; Creates an annotated listing file of the specifed element generation and ; places it in your current default directory. ; ; External entry cms$annotate ; ; Simulates a keyboard CTRL/C (cancel). The CMS$ASYNCH_TERMINATE routine ; allows calling programs to specify to the CMS function currently in ; progress that cancellation has been requested. ; ; External entry cms$asynch_terminate ; ; Parse and executes the command line and then returns to the calling program ; ; External entry cms$cms ; ; Copies an existing class to form a new one with a different name and ; populates it with the same set of element generations as the original. ; ; External entry cms$copy_class ; ; Copies an existing element to form a new one with a different name. ; ; External entry cms$copy_element ; ; Copies an existing group to form a new one with a different name and ; populates it with the same set of elements as the original. ; ; External entry cms$copy_group ; ; Creates an empty class with the name specifed by the class_name argument. ; ; External entry cms$create_class ; ; Creates a new element in a CMS library. ; ; External entry cms$create_element ; ; Creates an empty group ; ; External entry cms$create_group ; ; Creates a new CMS library in an existing empty directory. ; ; External entry cms$create_library ; ; Deletes a class or classes from a CMS library. There cannot be any element ; generations in the class when it is deleted, unless the remove_contents ; is set. ; ; External entry cms$delete_class ; ; Deletes an element or elements from a CMS library. The element cannot be ; in any group, and there can be no generations of it in any classes. ; ; External entry cms$delete_element ; ; Deletes one or more generations of one or more elements from a CMS ; library. ; ; External entry cms$delete_generation ; ; Deletes a group or group from a CMS library. There can be no elements or ; or groups in the group, unless the remove_contents flag is set. Nor ; can the group be in any other group. ; ; External entry cms$delete_group ; ; Deletes all or part of the library History. ; ; External entry cms$delete_history ; ; Compares two elements, or two generations of elements, or an element ; and a generation. If the files are different, it creates a file containing ; the lines that differ between the two files. If the files are the same, it ; issues a message to that effect and does not create a differences file. ; ; External entry cms$differences ; ; Compares the contents of two classes. If the contents of the classes are ; different, it creates a file containing the names of the generations ; that differ between the two classes. If the files are the same, it ; issues a message to that effect and does not create a differences file. ; ; External entry cms$differences_class ; ; Retrieves a copy of an element from a CMS library. You can also specify an ; argument that directs CMS to establish a reservation for the element. ; ; External entry cms$fetch ; ; Terminates a fetch transaction initiated by CMS$FETCH_OPEN. ; ; External entry cms$fetch_close ; ; Retrieves one line of data from an element. Use the CMS$FETCH_GET routine ; in combination with the CMS$FETCH_OPEN and CMS$FETCH_CLOSE routines. ; ; External entry cms$fetch_get ; ; Begins a line-by-line fetch transaction. Use the CMS$FETCH_OPEN routine in ; combination with the CMS$FETCH_GET and CMS$FETCH_CLOSE routines. ; ; External entry cms$fetch_open ; ; Translates a string identifier. ; ; External entry cms$get_string ; ; Places one or more elements in the specified group. ; ; External entry cms$insert_element ; ; Places one or more element generations in the specified class or classes. ; ; External entry cms$insert_generation ; ; Places one or more groups in the specifed groups. ; ; External entry cms$insert_group ; ; Changes the characteristics of the specified class or classes. ; ; External entry cms$modify_class ; ; Changes the characteristices of an existing element. ; ; External entry cms$modify_element ; ; Alters information associated with one or more generations of an element. ; ; External entry cms$modify_generation ; ; Changes the characteristics of an existing group. ; ; External entry cms$modify_group ; ; Establishes or removes the connection between a CMS library and a reference ; copy directory. ; ; External entry cms$modify_library ; ; Alters information associated with one or more reservations of an element. ; ; External entry cms$modify_reservation ; ; Passes a string from a callback routine to CMS. ; ; External entry cms$put_string ; ; Places a remark in the library history. ; ; External entry cms$remark ; ; Removes an element from one or more groups. ; ; External entry cms$remove_element ; ; Removes an element generation from one or more classes. ; ; External entry cms$remove_generation ; ; Removes one of more groups from another group or groups. ; ; External entry cms$remove_group ; ; Returns a reserved element or elements to the library and creates a new ; generation of the element or element to identify the changes. ; ; External entry cms$replace ; ; Retrieves one or more generations from one or more archive files. ; ; External entry cms$retrieve_archive ; ; Associates a review comment with each specified element generation that is ; currently under review and allows changing the review status of each ; specified generation. ; ; External entry cms$review_generation ; ; Manipulates the access control list (ACL) on various objects in the CMS ; library. ; ; External entry cms$set_acl ; ; Enables access to an existing CMS library. This routine initializes a library ; data block for use with other CMS callable routines. ; ; External entry cms$set_library ; ; Removes one or more libraries from the current library search list. ; ; External entry cms$set_nolibrary ; ; Displays the ACL associated with one or more specified objects. ; ; External entry cms$show_acl ; ; Displays information about the content of one or more archive files. ; ; External entry cms$show_archive ; ; Provides information about one or more classes in a CMS library. ; ; External entry cms$show_class ; ; Provides information about one or more elements in a CMS library. ; ; External entry cms$show_element ; ; Displays information about one or more element generations in a CMS library. ; ; External entry cms$show_generation ; ; Provides information about one or more groups in a CMS library. ; ; External entry cms$show_group ; ; Provides (in chronological order) records of transactions performed on a ; CMS library. ; ; External entry cms$show_history ; ; Provides information about the current library. ; ; External entry cms$show_library ; ; Provides information about all current reservations and concurrent ; replacements in effect at the time the routine is called. ; ; External entry cms$show_reservations ; ; Displays a list of element generations that currently have review ; pending status. Also shows the associated review remarks. ; ; External entry cms$show_reviews_pending ; ; Provides version identification of the CMS system currently in use. ; ; External entry cms$show_version ; ; Cancels the reservation for one or more elements. ; The 4th parameter, "reserved", must be provided with the value 0. ; ; External entry cms$unreserve ; ; Performs a series of consistency checks on the present library. ; ; External entry cms$verify ; ; Message Definitions ; CMS$_FACILITY'..equ'156 CMS$_ABSTIM'..equ'10256394 CMS$_ACCVIORD'..equ'10256404 CMS$_ACCVIOWT'..equ'10256412 CMS$_ALL'..equ'10256417 CMS$_ALPHACHAR'..equ'10256426 CMS$_ALRDYEXISTS'..equ'10256434 CMS$_ALRDYINCLS'..equ'10256442 CMS$_ALRDYINGRP'..equ'10256450 CMS$_ANNOTATED'..equ'10256457 CMS$_ANNOTATIONS'..equ'10256465 CMS$_ARGCONFLICT'..equ'10256474 CMS$_ARGCOUNTERR'..equ'10256482 CMS$_BADBUG'..equ'10256492 CMS$_BADCALL'..equ'10256500 CMS$_BADCRC'..equ'10256504 CMS$_BADLIB'..equ'10256516 CMS$_BADCRETIME'..equ'10256522 CMS$_BADLENSTR'..equ'10256530 CMS$_BADLSTSTR'..equ'10256538 CMS$_BADORDSTR'..equ'10256546 CMS$_BADPTR'..equ'10256554 CMS$_BADTYPSTR'..equ'10256562 CMS$_BADVERSTR'..equ'10256570 CMS$_BCKPTRSTR'..equ'10256578 CMS$_CNTSTR'..equ'10256586 CMS$_BADSTRING'..equ'10256594 CMS$_BADVERSION'..equ'10256602 CMS$_BUG'..equ'10256612 CMS$_CLASSGENEXP'..equ'10256619 CMS$_CMPSIGNAL'..equ'10256627 CMS$_COMPARED'..equ'10256633 CMS$_CONCLS'..equ'10256643 CMS$_CONCURRENT'..equ'10256649 CMS$_CONELE'..equ'10256659 CMS$_CONFIRM'..equ'10256665 CMS$_CONFLICTS'..equ'10256672 CMS$_CONGRP'..equ'10256683 CMS$_CONHIS'..equ'10256691 CMS$_CONRES'..equ'10256699 CMS$_CONVERTED'..equ'10256705 CMS$_CONVERTLIB'..equ'10256714 CMS$_COPIED'..equ'10256721 CMS$_COPIES'..equ'10256729 CMS$_CREATED'..equ'10256737 CMS$_CREATES'..equ'10256745 CMS$_DEFAULTDIR'..equ'10256754 CMS$_DELETED'..equ'10256761 CMS$_DELETIONS'..equ'10256769 CMS$_DIFFERENT'..equ'10256779 CMS$_DUPEDF'..equ'10256786 ; CMS$_EDFMISS'..equ'10256794 CMS$_ELEEXISTS'..equ'10256802 CMS$_ELEEXP'..equ'10256811 CMS$_ELEXPIGN'..equ'10256816 CMS$_ENDOFLIST'..equ'10256826 CMS$_ENDPTRSTR'..equ'10256834 CMS$_EOF'..equ'10256840 CMS$_ERRANNOTATIONS'..equ'10256850 CMS$_ERRCLOSE'..equ'10256858 CMS$_ERRCOPIES'..equ'10256866 CMS$_ERRCREATES'..equ'10256874 CMS$_ERRDELETIONS'..equ'10256882 CMS$_ERRFETCHES'..equ'10256890 CMS$_ERRINSERTIONS'..equ'10256898 CMS$_ERRMODIFIES'..equ'10256906 CMS$_ERREMOVALS'..equ'10256914 CMS$_ERREPLACEMENTS'..equ'10256922 CMS$_ERRESERVATIONS'..equ'10256930 CMS$_ERRELEHIS'..equ'10256938 CMS$_ERRUNRESERVES'..equ'10256946 CMS$_ERRVER2'..equ'10256954 CMS$_ERRVERARC'..equ'10256962 CMS$_ERRVERCLS'..equ'10256970 CMS$_ERRVERCON'..equ'10256978 CMS$_ERRVEREDFS'..equ'10256986 CMS$_ERRVERELE'..equ'10256994 CMS$_ERRVERFRE'..equ'10257002 CMS$_ERRVERGRP'..equ'10257010 CMS$_ERRVERRES'..equ'10257018 CMS$_ERRVERSTR'..equ'10257026 CMS$_EXCLUDE'..equ'10257033 CMS$_EXIT'..equ'10257042 CMS$_FETCHED'..equ'10257049 CMS$_FETCHES'..equ'10257057 CMS$_FILEXISTS'..equ'10257067 CMS$_FILINUSE'..equ'10257075 CMS$_FIXCRC'..equ'10257083 CMS$_FIXHDR'..equ'10257091 CMS$_GENCREATED'..equ'10257097 CMS$_GENEXISTS'..equ'10257106 CMS$_GENINSERTED'..equ'10257113 CMS$_GENNOINSERT'..equ'10257122 CMS$_GENNOREMOVE'..equ'10257130 CMS$_GENNOTFOUND'..equ'10257138 CMS$_GENREMOVED'..equ'10257145 CMS$_GROUPEXP'..equ'10257155 CMS$_HASFILES'..equ'10257162 CMS$_HASMEMBERS'..equ'10257170 CMS$_HISNOTSTM'..equ'10257178 CMS$_HISTDEL'..equ'10257185 CMS$_IDENTICAL'..equ'10257193 CMS$_ILLCHAR'..equ'10257202 CMS$_ILLCLSNAM'..equ'10257210 CMS$_ILLCONREC'..equ'10257220 CMS$_ILLDATREC'..equ'10257228 CMS$_ILLEGALDEV'..equ'10257234 CMS$_ILLELENAM'..equ'10257242 CMS$_ILLELEXP'..equ'10257250 CMS$_ILLFORMAT'..equ'10257258 CMS$_ILLGEN'..equ'10257266 CMS$_ILLGRPNAM'..equ'10257274 CMS$_ILLHIST'..equ'10257284 CMS$_ILLNAME'..equ'10257290 CMS$_ILLNOTE'..equ'10257300 CMS$_ILLPAR'..equ'10257306 CMS$_ILLPOSVAL'..equ'10257314 CMS$_ILLREFDIR'..equ'10257322 CMS$_ILLRMK'..equ'10257330 CMS$_ILLSEQ'..equ'10257340 CMS$_ILLVAR'..equ'10257346 CMS$_INSERTED'..equ'10257353 CMS$_INSERTIONS'..equ'10257361 CMS$_INUSE'..equ'10257371 CMS$_INVFETDB'..equ'10257378 CMS$_INVLENGTH'..equ'10257388 CMS$_INVLIBDB'..equ'10257394 CMS$_INVOKERBK'..equ'10257403 CMS$_INVSTRDES'..equ'10257412 CMS$_ISMEMBER'..equ'10257418 CMS$_ISRESERVED'..equ'10257426 CMS$_LIBIS'..equ'10257435 CMS$_LIBSET'..equ'10257441 CMS$_MAXARG'..equ'10257452 CMS$_MERGECONFLICT'..equ'10257456 CMS$_MERGECOUNT'..equ'10257467 CMS$_MERGED'..equ'10257475 CMS$_MINARG'..equ'10257484 CMS$_MISBLKSTR'..equ'10257490 CMS$_MISMATCON'..equ'10257500 CMS$_MODIFIED'..equ'10257505 CMS$_MODIFICATIONS'..equ'10257513 CMS$_MSGBUILD'..equ'10257523 CMS$_MSGCANCEL'..equ'10257531 CMS$_MSGCONTINUE'..equ'10257539 CMS$_MSGPOST'..equ'10257547 CMS$_MSSBLKSTR'..equ'10257554 CMS$_MULTCALL'..equ'10257560 CMS$_MULTPAR'..equ'10257570 CMS$_MUSTBEDIR'..equ'10257578 CMS$_MUSTBEFIL'..equ'10257586 CMS$_MUSTBEPOS'..equ'10257594 CMS$_MUTEXC'..equ'10257602 CMS$_NEEDNUMBER'..equ'10257610 CMS$_NEEDPERIOD'..equ'10257618 CMS$_NETNOTALL'..equ'10257626 CMS$_NOALTDELETE'..equ'10257634 CMS$_NOANNOTATE'..equ'10257642 CMS$_NOBACKUP'..equ'10257652 CMS$_NOCHANGES'..equ'10257659 CMS$_NOCLOSE'..equ'10257668 CMS$_NOCLS'..equ'10257672 CMS$_NOCOMPARE'..equ'10257682 CMS$_NOCONCUR'..equ'10257690 CMS$_NOCONFIRM'..equ'10257696 CMS$_NOCONRES'..equ'10257706 CMS$_NOCONVERT'..equ'10257714 CMS$_NOCOPY'..equ'10257722 CMS$_NOCREATE'..equ'10257730 CMS$_NODELETE'..equ'10257738 CMS$_NODELFUTURE'..equ'10257746 CMS$_NOELE'..equ'10257752 CMS$_NOELEENT'..equ'10257762 ; CMS$_NOERRLOG'..equ'10257770 CMS$_NOFETCH'..equ'10257778 CMS$_NOFILE'..equ'10257786 CMS$_NOGRP'..equ'10257792 CMS$_NOHIS'..equ'10257800 CMS$_NOHISPAR'..equ'10257810 CMS$_NOINSERT'..equ'10257818 CMS$_NOINPUT'..equ'10257826 CMS$_NOMATCH'..equ'10257834 CMS$_NOMODARG'..equ'10257842 CMS$_NOMODIFY'..equ'10257850 CMS$_NOMOREPARAM'..equ'10257858 CMS$_NORECOVER'..equ'10257866 CMS$_NOREF'..equ'10257874 CMS$_NOREMARK'..equ'10257882 CMS$_NOREMOVAL'..equ'10257890 CMS$_NOREPAIR'..equ'10257898 CMS$_NOREPEDF'..equ'10257906 CMS$_NOREPLACE'..equ'10257914 CMS$_NOREPRO'..equ'10257922 CMS$_NORES'..equ'10257928 CMS$_NORESERVATION'..equ'10257938 CMS$_NORESNOCON'..equ'10257946 CMS$_NORESRO'..equ'10257954 CMS$_NORMAL'..equ'10257961 CMS$_NOSINCE'..equ'10257970 CMS$_NOSRCHLST'..equ'10257978 CMS$_NOSUPERSEDE'..equ'10257986 CMS$_NOTBYCMS'..equ'10257994 CMS$_NOTCOMPLETED'..equ'10258002 CMS$_NOTCMSLIB'..equ'10258010 CMS$_NOTCRELIB'..equ'10258016 CMS$_NOTESVALREQ'..equ'10258024 CMS$_NOTFOUND'..equ'10258034 CMS$_NOTLOGGED'..equ'10258043 CMS$_NOTRESBYOU'..equ'10258050 CMS$_NOTSET'..equ'10258058 CMS$_NOTTHERE'..equ'10258066 CMS$_NOTWILD'..equ'10258073 CMS$_NOUNRESERVE'..equ'10258082 CMS$_NOVERIFY'..equ'10258090 CMS$_NOWLDCARD'..equ'10258098 CMS$_NULLARG'..equ'10258108 CMS$_NULLSTR'..equ'10258114 CMS$_NUMGENEXP'..equ'10258123 CMS$_OLDSYNTAX'..equ'10258131 CMS$_ONEPERIOD'..equ'10258138 CMS$_OPENIN'..equ'10258146 CMS$_OPENIN1'..equ'10258154 CMS$_OPENIN2'..equ'10258162 CMS$_OPENOUT'..equ'10258170 CMS$_OVERDRAFT'..equ'10258179 CMS$_POSVALREQ'..equ'10258186 CMS$_PROCEEDING'..equ'10258195 CMS$_QUALCONFLICT'..equ'10258202 CMS$_READERR'..equ'10258210 CMS$_READIN'..equ'10258218 CMS$_READONLY'..equ'10258226 CMS$_RECGRP'..equ'10258234 CMS$_RECNOTNEC'..equ'10258242 CMS$_RECOVERED'..equ'10258249 CMS$_REMARK'..equ'10258257 CMS$_REMOVALS'..equ'10258265 CMS$_REMOVED'..equ'10258273 CMS$_REPAIRED'..equ'10258281 CMS$_REPDEL'..equ'10258291 CMS$_REPEDF'..equ'10258299 CMS$_REPLACEMENTS'..equ'10258305 CMS$_RESERVATIONS'..equ'10258313 CMS$_RESERVED'..equ'10258321 CMS$_RESERVEDBYYOU'..equ'10258330 CMS$_SAMELINE'..equ'10258338 CMS$_SEQFAIL'..equ'10258348 CMS$_SEQUENCED'..equ'10258353 CMS$_STARTHIS'..equ'10258362 CMS$_STOPPED'..equ'10258369 CMS$_SYSTIMERR'..equ'10258378 CMS$_SYSTIMDIF'..equ'10258386 CMS$_TIMEORDER'..equ'10258394 CMS$_TOOLONG'..equ'10258402 CMS$_TRYAGNLAT'..equ'10258410 CMS$_UNDEFLIB'..equ'10258416 CMS$_UNFOUT'..equ'10258426 CMS$_UNRECTYPE'..equ'10258436 CMS$_UNRESERVED'..equ'10258441 CMS$_UNRESERVES'..equ'10258449 CMS$_UNSUPFRMT'..equ'10258458 CMS$_USERECOVER'..equ'10258466 CMS$_USEREPAIR'..equ'10258474 CMS$_USERERR'..equ'10258482 CMS$_USESETLIB'..equ'10258490 CMS$_VARLETTER'..equ'10258498 CMS$_VER2'..equ'10258507 CMS$_VERARC'..equ'10258515 CMS$_VERCLS'..equ'10258523 CMS$_VERCON'..equ'10258531 CMS$_VEREDF'..equ'10258539 CMS$_VEREDFERR'..equ'10258546 CMS$_VEREDFS'..equ'10258555 CMS$_VERELE'..equ'10258563 CMS$_VERFRE'..equ'10258571 CMS$_VERGRP'..equ'10258579 CMS$_VERIFIED'..equ'10258585 CMS$_VERLMTERR'..equ'10258594 CMS$_VERRES'..equ'10258603 CMS$_VERSTR'..equ'10258611 CMS$_WAITING'..equ'10258619 CMS$_WILDCONFLICT'..equ'10258626 CMS$_WILDMATCH'..equ'10258635 CMS$_WILDNOMATCH'..equ'10258642 CMS$_WILDVER'..equ'10258650 CMS$_WRITEERR'..equ'10258658 CMS$_ZEROADD'..equ'10258666 CMS$_ZLENBLK'..equ'10258674 CMS$_ERRHISLINE'..equ'10258682 CMS$_GENRECSIZE'..equ'10258690 CMS$_NOHISNOTES'..equ'10258699 CMS$_SIZEMISMAT'..equ'10258706 CMS$_CONTROLC'..equ'10258712 CMS$_INVFIXMRS'..equ'10258722 CMS$_REPGENMRS'..equ'10258731 CMS$_NOREPGENMRS'..equ'10258738 CMS$_GENNOTANC'..equ'10258746 CMS$_ERRPAREXP'..equ'10258754 CMS$_LIBALRINLIS'..equ'10258762 CMS$_LIBINSLIS'..equ'10258771 CMS$_LIBLISMOD'..equ'10258779 CMS$_LIBLISNOTMOD'..equ'10258786 CMS$_LIBNOTINLIS'..equ'10258794 CMS$_LIBREMLIS'..equ'10258803 CMS$_MSGUPDATE'..equ'10258811 CMS$_NOCOMMALIST'..equ'10258818 CMS$_NODELETIONS'..equ'10258826 CMS$_TOOMANYLIBS'..equ'10258834 CMS$_WILDNEEDED'..equ'10258842 CMS$_NOACCESS'..equ'10258850 CMS$_CONVNOTNEC'..equ'10258858 CMS$_MODACL'..equ'10258865 CMS$_NOMODACL'..equ'10258874 CMS$_MODACLS'..equ'10258881 CMS$_ERRMODACLS'..equ'10258890 CMS$_ILLSUBTYP'..equ'10258898 CMS$_ILLOBJTYP'..equ'10258906 CMS$_NOOBJTYP'..equ'10258914 CMS$_NODEFACL'..equ'10258922 CMS$_NOACE'..equ'10258928 CMS$_NOCMD'..equ'10258936 CMS$_ERRVERCMD'..equ'10258946 CMS$_VERCMD'..equ'10258955 CMS$_NOOBJ'..equ'10258960 CMS$_GENMULTRES'..equ'10258970 CMS$_ELEMULTRES'..equ'10258978 CMS$_IDENTNOTRES'..equ'10258986 CMS$_GENNOTRES'..equ'10258994 CMS$_REVPENDING'..equ'10259002 CMS$_NOREV'..equ'10259008 CMS$_ACCEPTED'..equ'10259017 CMS$_CANCELED'..equ'10259025 CMS$_MARKED'..equ'10259033 CMS$_REJECTED'..equ'10259041 CMS$_REVIEWED'..equ'10259049 CMS$_ACCEPTANCES'..equ'10259057 CMS$_CANCELATIONS'..equ'10259065 CMS$_MARKS'..equ'10259073 CMS$_REJECTIONS'..equ'10259081 CMS$_REVIEWS'..equ'10259089 CMS$_NOACCEPT'..equ'10259098 CMS$_NOCANCEL'..equ'10259106 CMS$_NOMARK'..equ'10259114 CMS$_NOREJECT'..equ'10259122 CMS$_NOREVIEW'..equ'10259130 CMS$_ERRACCEPTANCES'..equ'10259138 CMS$_ERRCANCELATIONS'..equ'10259146 CMS$_ERRMARKS'..equ'10259154 CMS$_ERRREJECTIONS'..equ'10259162 CMS$_ERRREVIEWS'..equ'10259170 CMS$_ALRDYMARKED'..equ'10259178 CMS$_NOREVPEND'..equ'10259186 CMS$_NOREVSPEND'..equ'10259194 CMS$_ILLACT'..equ'10259202 CMS$_AUTOREC'..equ'10259211 CMS$_AUTORECSUC'..equ'10259219 CMS$_GENDELETED'..equ'10259225 CMS$_NOGENDELETED'..equ'10259234 CMS$_GENDELETIONS'..equ'10259241 CMS$_ERRGENDELETIONS'..equ'10259250 CMS$_NOTDIRDES'..equ'10259258 CMS$_VARINRANGE'..equ'10259266 CMS$_GENRESREV'..equ'10259274 CMS$_INCRANGSPEC'..equ'10259282 CMS$_NODELGEN1'..equ'10259290 CMS$_NOGENS'..equ'10259298 CMS$_BADFORMAT'..equ'10259306 CMS$_OPENARC'..equ'10259314 CMS$_NORETRIEVE'..equ'10259322 CMS$_RETRIEVALS'..equ'10259329 CMS$_RETRIEVED'..equ'10259337 CMS$_ILLARCREC'..equ'10259346 CMS$_ERRETRIEVALS'..equ'10259354 CMS$_NOREFDIR'..equ'10259362 CMS$_DUPREF'..equ'10259370 CMS$_REFMISS'..equ'10259378 CMS$_NOREFELE'..equ'10259386 CMS$_REPREF'..equ'10259395 CMS$_NOREPREF'..equ'10259402 CMS$_VERREF'..equ'10259411 CMS$_VERREFERR'..equ'10259418 CMS$_VERREFS'..equ'10259427 CMS$_ERRVERREFS'..equ'10259434 CMS$_BADREF'..equ'10259442 CMS$_REFREPAIR'..equ'10259448 CMS$_NOTNOREF'..equ'10259458 CMS$_VERREFERRW'..equ'10259464 CMS$_REPCMD'..equ'10259475 CMS$_NOREPCMD'..equ'10259482 CMS$_REFMISMAT'..equ'10259490 CMS$_SUPERSEDE'..equ'10259499 CMS$_TOODEEP'..equ'10259506 ; CMS$_EDFINWRONGDIR'..equ'10259514 CMS$_INVGENLRL'..equ'10259522 CMS$_NOEDFIWDREPAIR'..equ'10259530 CMS$_NOREPGENLRL'..equ'10259538 CMS$_REPGENLRL'..equ'10259547 CMS$_GENTOODEEP'..equ'10259554 CMS$_ANNSIGNAL'..equ'10259563 CMS$_VERILLDATREC'..equ'10259570 CMS$_REPILLDATREC'..equ'10259579 CMS$_SEQMISMAT'..equ'10259586 CMS$_NOREPSEQDATA'..equ'10259592 CMS$_MANCONLIB'..equ'10259602 CMS$_EXTFOUND'..equ'10259610 CMS$_EXTENDEDLIB'..equ'10259618 CMS$_NOEXTENDED'..equ'10259626 CMS$_NOEXTENDEDREF'..equ'10259634 CMS$_BADLST'..equ'10259642 CMS$_BADREFHDR'..equ'10259650 CMS$_DIFFCLASS'..equ'10259659 CMS$_ERRVERGEN'..equ'10259666 CMS$_FREBLKCON'..equ'10259675 CMS$_IDENTCLASS'..equ'10259681 CMS$_INCLIBVER'..equ'10259690 CMS$_LONGVARFOUND'..equ'10259698 CMS$_NOBCKPTR'..equ'10259706 CMS$_NODELACCESS'..equ'10259714 CMS$_NOGENBEFORE'..equ'10259722 CMS$_NOREPBCKPTR'..equ'10259730 CMS$_REPBADLST'..equ'10259739 CMS$_REPBADTYP'..equ'10259747 CMS$_REPBCKPTR'..equ'10259755 CMS$_REPCNTSTR'..equ'10259763 CMS$_REPENDPTR'..equ'10259771 CMS$_REPMISBLK'..equ'10259779 CMS$_TRUNCLST'..equ'10259786 .ENDM