| Support |
| Site Admin |
|
| |
| Joined: 12 Mar 2004 |
| Posts: 370 |
| Location: Omaha, NE |
|
|
|
 |
 |
 |
|
You can list the keys one file at a time by
1. In the left pane of the Surveyor window, Drill down to the file you're interested in.
2. Right click on the file name, select properties.
3. Select the DBR tab to see the file and it's keys as well as all related logicals and their keys.
If you want to see a list of all the files in the library with their keys, try the following command. It will create an outfile that will contain the informaiton you're seeking.
DSPFD FILE(libnam/*ALL) TYPE(*ACCPTH) OUTPUT(*OUTFILE) OUTFILE(outfile lib nam/outfile name) |
|