Created On: 29 July 2012
Problem:
I need to find a S0C7 abend quickly in my logs for Studio. In the Enterprise Server, I have the JES Spool but going thru all those files is time consuming. Is there a faster way to find these abends under Windows?
Resolution:
Yes. In Windows one can use the FINDSTR utility. S0C7 abends are logged in the Micro Focus Studio Console.Log file. The Console.Log file can be searched with this Windows utility.
From a DOS Command Prompt type:
findstr /i /s "s0c7" c:\\mydirs\\console.log
From a DOS Command Prompt type:
findstr /i /s "s0c7" c:\\mydirs\\console.log
Incident #2570587
Old KB# 36173
#EnterpriseDeveloper
#MFDS