Nonstop Database, HiRDB Version 9 Command Reference

[Contents][Index][Back][Next]

16.2.1 Format

Collection of optimization information by retrieval

 
pdgetcst [-u authorization-identifier] [-a authorization-identifier]
         [-p password] -t {table-identifier|ALL}
         [-c {lvl1|lvl2}]
         [-l output-result-file]
 

Deletion of optimization information

 
 pdgetcst -d -t {table-identifier|ALL}
 
              [-u authorization-identifier][-a authorization-identifier][-p password]
 
              [-l output-result-file]
 

Registration of optimization information from optimization information parameter file

 
pdgetcst [-u authorization-identifier] [-a authorization-identifier]
         [-p password] -t table-identifier
          -s optimization-information-parameter-filename
         [-l output-result-filename]
         [-v space-conversion-level]
 

Saving optimization information in an optimization information parameter file

 
 pdgetcst -e optimization-information-parameter-filename -t table-identifier
 
              [-u authorization-identifier][-a authorization-identifier][-p password]
 

The table below shows the combinations of the -c, -d, -s, and -e options that can and cannot be specified. In the following cases, the KFPN00100-E message is displayed and an error results:

Legend:
M: Specification is mandatory
O: Specification is optional
N: Specification is not permitted
I: Specification is ignored, but does not result in an error

If the -c, -d, -s, and -e options are all omitted, the command is executed as if the -c lvl2 option were specified.