DSNT706I TABLE table-name DOES NOT EXIST. THE START RLIMIT COMMAND WILL NOT USE THIS TABLE

Explanation

The START RLIMIT command has been entered but was unable to use the table because it does not exist.

table-name
The name of the table.

System action

RLF cannot use this table for governing.

Operator response

Verify that the 1 or 2 characters following DSNRLST or DSNRLMT in the table name are the same characters that were entered as the ID on the START RLIMIT command. If the ID appears correct, contact the system programmer.

System programmer response

A table with the fully-qualified name qualifier.table-name does not exist. The qualifier is the value of the RLFAUTH subsystem parameter. To determine the names of the of the existing resource limit specification tables, issue SQL statements like the following examples:

SELECT CREATOR,NAME FROM SYSIBM.SYSTABLES 
   WHERE NAME LIKE 'DSNRLST'
SELECT CREATOR,NAME FROM SYSIBM.SYSTABLES 
   WHERE NAME LIKE 'DSNRLMT'

If the query returns a row that matches qualifier.table-name, you might need to report the problem. For information about identifying and reporting the problem, see Collecting diagnostic data.

Problem determination

Collect the following diagnostic items:
  • Console output showing the failing START command
  • The output of the SELECT command.