ddSetTmpdirWarn
ddSetTmpdirWarn(g_doWarn) =>t/nil
Description
Enables or disables printing of a warning message for an ASSIGN statement with attribute TMP which appears in cds.lib files. The TMP attribute defines a temporary storage directory for a read-only or reference library. If you set the DD_TMPDIR_ON environment variable to NO, the temporary directory functionality is turned off and DDPI skips ASSIGN and UNASSIGN statements when parsing cds.lib files. In that case, DDPI prints the following warning by default:WARNING ‘<PATH_TO_CDSLIB_FILE>/cds.lib’, Line 3: skipping: ’ASSIGN’ lib1 TMP /tmp
If you do not want the warning message to be printed, specify nil for the g_doWarn argument.
Arguments
|
|
|
|
|
Value Returned
Return to top