f$PSI_Logfile
f$PSI_Logfile
A log file is created with this function in which all PSIPENTA interface calls and their success or failure is recorded. This function can be helpful when analyzing errors in the interface.
Syntax:
f$PSI_Logfile (File)
Argument
Type
Meaning
File
String
Name of the log file
Example:
File = f$gettmpdir() + ’PSI_’ +f$date(’yyyy-MM-dd hh:mm:ss’) + ’.LOG’
f$PSI_Logfile (File)