HP 3000 Manuals

SECURE [ DICTIONARY 3000 ] MPE/iX 5.0 Documentation


DICTIONARY 3000

SECURE 

Secures data elements, files and groups to a security class.

Syntax 

     [option] SECURE subcommand 
              SEC

Use the SECURE command to either assign all of the data elements
associated with a file to one security class or to assign a group and all
its child groups to one security class.  When using the SECURE command to
assign elements to a security class, you may also assign the file and all
its child files, if any, to that security class.  Therefore, you can
avoid adding each individual data element, one at a time, to a security
class with the ADD CLASS command string.  However, when using the SECURE
command to assign a group to a security class, no elements belonging to
the group or its child groups will be added to the security class.

After all data elements, files, or groups are secured to a designated
class, the security class and capability association can be selectively
changed for an element with the UPDATE command.  Unwanted associations
can be selectively deleted with the DELETE command.  If a data element
was already secured to a security class (with a previous SECURE command)
another SECURE command can be used to change the access capability
previously defined.  The new SECURE command deletes the association made
earlier and creates a new association which may specify a different type
of access capability.

Subcommand 

FILE                      secures all data elements in a file to a
                          security class and secures the file and its
                          child files to the security class

GROUP                     secures a group and its child groups to a
                          security class

Example 

     > SECURE FILE
                       FILE> Customer            <     File to be secured.
                      CLASS> 1   <                     Security class identifier.
          ACCESS CAPABILITY> M<                        Type of access.

       ELEMENTS WILL BE SECURED TO CLASS.
       SECURE FILE(S) TO CLASS(N/Y)? N
     >                                                 New command prompt.

Subcommand Prompts 

For the prompts shown with an asterisk (*), you must enter a response
other than [[RETURN]] in order to implement the command string.

You enter:             You are prompted for:

                SUB-
     COMMAND   COMMAND         PROMPTS

     SECURE    FILE          * FILE
                             *   CLASS
                             *   ACCESS CAPABILITY

                                 ELEMENTS WILL BE SECURED TO CLASS.
                                 SECURE FILE(S) TO CLASS(N/Y)?

                                 FILE ACCESS CAPABILITY   Issued only if Yes to
                                                          SECURE FILE(S) TO CLASS and
                                                          file type is BASE, MAST,
                                                          DETL, or AUTO.

     SECURE     GROUP        * GROUP
                             *   CLASS

Prompts 

The following prompts are issued for the SECURE command:

ACCESS CAPABILITY         Enter the type of access capability given to
                          the user security class for all the data
                          elements in the specified file.  Choose from
                          one of the following:

                          R       read only
                          U       read and update only
                          M       read write and modify
                          X       null read/write list "(/)"

                          Refer to the IMAGE Reference Manual for a
                          detailed explanation of the meanings of user
                          class access capabilities.

CLASS                     Enter the numeric integer (0 to 9999) for an
                          existing user security class (not of type INFO)
                          when securing data elements or a file to a
                          class.

FILE                      Enter the name of an existing file (20
                          characters maximum).  The type of file must be
                          one of the following:

                          BASE          IMAGE database
                          MAST          IMAGE manual master data set
                          AUTO          IMAGE automatic master data set
                          DETL          IMAGE detail data set
                          MPEF          MPE Sequential File
                          MPER          MPE Relative File
                          KSAM          KSAM file

FILE ACCESS CAPABILITY    Enter the type of capability to be given to the
                          user security class for the IMAGE file as
                          follows:

                          R       = read only
                          W       = read, write, modify
                          X       = null read/write list "(/)"

                          Refer to the IMAGE Reference Manual for a
                          detailed explanation of the user class access
                          capabilities.

GROUP                     Enter the name of the INFORM group to be
                          secured (20 characters maximum).

SECURE FILE(S) TO CLASS   Enter Y or Yes to secure the file(s) to the
(N/Y)?                    user security class.  If the FILE type is BASE,
                          then that BASE file, all its data sets, and all
                          associated elements will be added to the CLASS.


MPE/iX 5.0 Documentation