#include #include main(void) { $DESCRIPTOR(msg, "This is a test message to the system error log"); return (sys$snderr(&msg)); }