ULOG-SKIP specifies which files are to be excluded from update logging even though they are listed in the FILE-XREF file.
Format
ULOG-SKIP [DICT] filename [(C)] |
Parameter(s)
C |
Clears the skip flag. |
Description
The LOCK-XREF file contains items which define which files are to be logged during update logging. Use ULOG-SKIP to specify which files are to be excluded from update logging even though they are listed in the LOCK-XREF file.
To see which files are to be skipped, list the contents of the LOCK-XREF file. This command lists the LOCK-XREF file in sorted order by account:
>SORT LOCK-XREF BY FILE.PATH |
||||
|
|
|
|
|
PAGE 1 |
|
|
|
13:42:50 DD MMM YYYY |
|
|
|
|
|
LOCK-XREF |
MOD... |
LEVEL |
SKIP |
File Path........................... |
|
|
|
|
|
5116 |
1 |
1 |
|
ACC |
5117 |
5 |
2 |
|
ACC > ACC |
5122 |
37 |
3 |
|
ACC > ACC > ACC |
6060 |
1 |
1 |
|
BASICLIB |
6061 |
1 |
2 |
|
BASICLIB > BASICLIB |
6062 |
7 |
3 |
|
BASICLIB > BASICLIB > BASICLIB |
5525 |
3 |
1 |
|
BLOCK-CONVERT |
8145 |
1 |
1 |
1 |
DALE |
8288 |
7 |
2 |
1 |
DALE > AUD |
8295 |
3 |
3 |
1 |
DALE > AUD > AUD |
8278 |
7 |
2 |
1 |
DALE > AUDIT |
8285 |
3 |
3 |
1 |
DALE > AUDIT > AUDIT |
8166 |
7 |
2 |
|
DALE > BACKGROUND |
8173 |
3 |
3 |
|
DALE > BACKGROUND > BACKGROUND |
8322 |
3 |
2 |
|
DALE > BOOK-CATALOG |
8325 |
3 |
3 |
|
DALE > BOOK-CATALOG > BOOK-CATALOG |
8224 |
21 |
2 |
|
DALE > BP |
If a file is to be skipped, a 1 displays in the SKIP column. If a file is not to be skipped, nothing appears in the SKIP column.
Files that are to be excluded from update logging have a U in the D/CODE of the file. To see which files are to be skipped, use the LISTFILES command. Any file with a U in the CODE column is excluded from update logging.
For example, to see which accounts are disabled, execute the LISTFILES SYSTEM command at TCL:
In this example, the ACC and the GAMES accounts are currently disabled from update logging since they have a U in the CODE column. Note that CODE DU at the account level has no effect on the files in the account. Each dict and data definition in the account must be DUed.