SYSOMVS trace entries are not documented. There are thousands of them and they were created primarily to allow USS service to debug problems. One tip: if you look for SYSCALL EXIT trace entries, the last 3 words contain Return value, Errno, ErrnoJr. By scanning the trace for FFFFFFFF you can spot the syscalls that returned -1 (FFFFFFFF). Then pick up the ErrnoJr and run it through BPXMTEXT: TSO BPXMTEXT errnojr If there is something specific you are looking for, I suggest posting it to the MVS-OE forum and see what you get.
Don Ault, 8-295-1750, 845-435-1750 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

