Progress
Startup Command and Parameter
Reference
No Check Temp-table Names (-nochkttnames)
Use the No Check Temp-Table Names (
-nochkttnames)
parameter to suppress the limited checking of TEMP-TABLE column names when passing TEMP-TABLE as parameters to procedures.When passing TEMP-TABLE as a parameter to a procedure, the calling procedure’s TEMP-TABLE and the called procedure’s TEMP-TABLE must match with respect to the number of columns, the data type of each column, and the number of extents of each column (for columns with extents).
Progress provides limited checking of TEMP-TABLE column names when passing TEMP-TABLE as parameters to procedures. That is, for any given column:
- If the name of a column in the calling procedure’s TEMP-TABLE does not match any column defined in the called procedure’s TEMP-TABLE, Progress processes the column.
- If the name and position of a column in the calling procedure’s TEMP-TABLE matches a column defined in the called procedure’s TEMP-TABLE, Progress processes the column.
- If the name of a column in the calling procedure’s TEMP-TABLE matches a column defined in the called procedure’s TEMP-TABLE, but the positions do not match, Progress reports an error and the called procedure does not run.
Use the No Check Temp-table Names (
-nochkttnames
) parameter when you want Progress to process the TEMP-TABLE without verifying column names.NOTE: TEMP-TABLE column names are case-insensitive.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |