set command

    (A) Function
        Setting a value of a register, a stage, a segment, a task, 
        an indication terminal or a data terminal.

    (B) Format

        set  <facility>  <value>

    (C) Parameters
        <facility>
          Designate a facility of which you want to set a value.
          The facility type must be a register, a stage, a segment,
          a task, an indication terminal or a data terminal.

        <value>
          Designate a value you want to set in < facility >. 
          If the type of the specified facility is a stage or a segment, 
          the value must be defined at its stage. 
          Except the above, values are binary digit strings.
          If the bit width of a facility is not equal to that of 
          a binary digit string, the upper bit of the binary digit string 
          gets 0, or otherwise the upper bit is cut off. 

    (D) Notes
        If stage/segment facilities of an SFL are installed, the initial 
        setting is the same as the condition of the head of its stage. 
        If a register facility of an SFL is installed, 
        all the bits get 0 at the initial setting. 
        You cannot set any value in memory with the set command. 
        To set a value in memory, use the memset command or the memclr command.

    (E) Related items
        print command
        memset command
        memclr command