Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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.

This function does not apply to OA ddpi.

Arguments

g_doWarn

Enables or disables the printing of the warning message.

Valid Values:

  

t (the current value will be set to t to enable printing of the warning)

  

nil (the current value will be set to nil to disable printing of the warning)

Value Returned

t

Printing of the warning message is enabled.

nil

Printing of the warning message is disabled.


Return to top
 ⠀
X