Dictionary Maintenance
Data Definition Language (DDL) Reference Manual — 426798-002
10 -14
Changing Dictionary Security
Changing Dictionary Security
Dictionary files are created with the default file-creation security of the user who
created them. If you are the owner of the files, you can change the security applied to
the dictionary files by the DDL compiler with the FUP SECURE command.
Follow these steps to change file security:
1. Use the FUP INFO command to determine the current security of the
dictionary files.
2. Use the FUP SECURE command to specify the security you want.
Suppose the dictionary on $DATA.SALES was created with a user default security of
“AAAA,” where the dictionary files can be read, written to, and purged by any other
user. To change this security so that any user can read or execute the dictionary files,
but only the owner can write to or purge them, enter:
For a description of the FUP SECURE command, see the File Utility Program (FUP)
Reference Manual.
Moving a Dictionary
You can move a dictionary from one subvolume to another subvolume with a
combination of FUP commands. If you are creating a backup dictionary on the new
subvolume, keep the original dictionary. If you want only one copy of the dictionary,
purge the original dictionary after the move.
The procedure for moving a nonaudited dictionary differs from the procedure for
moving a dictionary audited by the Transaction Monitoring Facility (TMF) subsystem.
Note. Do not attempt to move a dictionary that is part of a Pathmaker application catalog using
this procedure. Refer to Pathmaker documentation for instructions about how to move a
dictionary that is part of a Pathmaker application catalog.
52> VOLUME $data.sales
53> FILES
$DATA.SALES
DICTALT DICTCDF DICTDDF DICTKDF DICTMAP DICTOBL DICTODF DICTOTF
DICTOUF DICTOUK DICTRDF DICTTKN DICTTYP DICTVER
54> FUP SECURE (DICTALT,DICTCDF,DICTDDF,DICTKDF,DICTMAP), "AOAO"
55> FUP SECURE (DICTOBL,DICTODF,DICTOTF,DICTOUF,DICTOUK), "AOAO"
56> FUP SECURE (DICTRDF,DICTTKN,DICTTYP,DICTVER), "AOAO"
Position to dictionary volume and subvolume
List the dictionary files
VST1009.vsd
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...