JOB_ID_FILE
if (((fd = open(JOB_ID_FILE, O_RDWR)) < 0) && (errno == ENOENT))
fd = open(JOB_ID_FILE, O_CREAT|O_EXCL|O_RDWR, 0644);
#ifndef JOB_ID_FILE