I was looking for old PROP logs on a VM system we have available as DRP machine for IBM BC&RS. To my surprise, I did find very old log logs, but not that of a few days ago.
So I found PROPLGER EXEC that is called by PROP when its A-disk gets full, and what do I read? /* Operation: */ /* - For error code 13 */ /* - Close the current log file. */ /* - Clear the program stack. */ /* - Get a list of the log files. */ /* - If the Logical Operator is a NCCF Operator (i.e. */ /* LGnode = '*NCCF') then send the latest two log files */ /* to PROP's reader. Else, send them to the Logical */ /* Operator's reader. Erase the latest two log files. */ So, I can't open a PMR, it is Working As Designed. But IMHO: Broken As Designed. Further more, there is no ADDRESS COMMAND. The first fix is simple: change '! sort 57-66 descending', to '! sort 57-66 ascending', The second fix is adding an ADDRESS COMMAND, and uppercase 'pipe. -- Kris Buelens, IBM Belgium, VM customer support
