= Change ID tag.

        CID [on | off | clear | shift | defon | defoff | top___ | ?]
                    [cid-type|prefix[,postfix]]

                    :If operand missing,it is assumed ? is specified.
            on      :Add change id tag to updated line when saved.
            off     :No change id is added.
            clear   :Clear all tag added before current edit.
                     Current updated line is tagged when saved
                     if CID on.
                     For margined file,CID is searched in the range
                     specified on CID header line.If CID position is
                     Left margin,it is searched in Left margin only.
            shift   :re-arange colmun of CID.
                     column position is specified on INI file
                     Change_ID_Type_xx parameter.
                     Change is effective for only updated line after
                     option changed,you can use this option to arange
                     CID column of all line with it.
                     If that position is occupied by data,CID follow
                     after the end of data.
                     The position can be specified on CID HEADER.
                     For margined file,CID is searched in the range
                     specified on CID header line.
                     And,it is not shifted when the pos is occupied by
                     data for Left margin CID file.
            defon   :CID is set by default when you do not explicitly
                     set on/off by this command(this is default)
            defoff  :No CID is set by default when you do not explicitly
                     set on/off.
            top___  :Insert sample CID header line.
                     ___ is any string.By puting file xe_top.xxx on
                     work directory,any CID header line is set up.
                     If no file prepaired,default is inserted.
                     Default to topa insert the line with all options,
                     top insert the line with update-ctr only.
                     topc is for COBOL,topcn is for COBOL with SPF num
                     fld,topk is for COBOL with space num field,
                     topkn is topk with SPF num fld.
            ?       :display current CID set status.
                     CID header line is re-evaluated and update on CID
                     header line became effective.

            cid-type:type of CID tag.(first extension name on Change_ID_
                     Type of listed on .ini file)
                     available for on/clear/shift.
                      It can not be changed by "on" if file has CID
                      HEADER specification on the first line.
                      With clear/shift,specified type of CID is cleared/
                      shifted.The CID type of the file is not replaced.
                      (Without CID type,clear/shift select current CID
                       type of the file.If the file has CID HEADER,
                       CID type of the file is replaced by CID HEADER.
                       then clear/shift operation is done.
                       If file has no CID HEADER or deleted,
                       CID type of the file is remain unchanged)
            prefix  :alternative of EXT name.you can use 2 byte prefix
                     itself like as  //,";;",||.
            postfix :0 to 2 byte any postfix string
                     with on,set CID with the postfix.
                     with clear,clear CID with the postfix.
                     with shift,re-arange CID with the postfix.
            (Use quotation for prefix or postfix when it contain
             these char,",",";"," ".)
1