How do I find WHLOG on an MPE/iX system ?
On MPE/iX, the Warehouse Server is launched as a job. To find it, issue a SHOWJOB. 3:25 PM WORK [2]C-> showjob JOBNUM STATE IPRI JIN JLIST INTRODUCED JOB NAME #J38 EXEC 10S LP MON 8:05P JINETD,MANAGER.SYS #J76 EXEC 10S LP TUE 7:40A JWHSERVR,MANAGER.SYS #S391 EXEC 3 3 THU 3:25P MANAGER.SYS 3 JOBS: 0 INTRO 0 WAIT; INCL 0 DEFERRED 3 EXEC; INCL 1 SESSIONS 0 SUSP JOBFENCE= 6; JLIMIT= 6; SLIMIT= 10 You can see from the SHOWJOB that the JWHSERVR was launched by MANAGER.SYS and is currently running. That means that you should be able to find the WHLOG file using LISTF. 3:25 PM WORK [3]C-> listf whlog.@.@,1 ACCOUNT= SYS GROUP= WORK FILENAME CODE ————LOGICAL RECORD——- SIZE TYP EOF LIMIT WHLOG * 1B BA 1825356 2147483647 If multiple WHLOG files exist, the one with the * after the filename is the file currently in use by the Warehouse Server. To display the WHLOG file, you may use the PRINT command. To identify all spawned Warehouse servers that may have the WHLOG file open, issue a SHO