On Wed, 28 May 2008 08:03:46 -0700, Skip Robinson <[EMAIL PROTECTED]> wrote:
>Sorry for the fuss I generated. The workaround I referred to is nothing >more than an SDSF 'filter' so as to ignore any APPC output. We could not >live long or well without APPC functions. > >The workaround was suggested by SDSF Level 2. It assumes that you're >running the SDSF user exit ISFUSER . We added the following line way up at >the front after label INITCK as the first instruction on the first call: > > NI UPRSFLG2,X'FF'-UPRAPPC *TEMP* TURN OFF APPC DISP > >This resolved the problem, but of course we can't look at APPC process >output. APPC itself works perfectly fine. > >. Will running with that for some period of time, then removing it be okay since the value is saved in the profile? Or doesn't that affect the profile setting? If it does, then (educated) users can turn it on when needed and then off again. I had the same issue with operlog years ago and I wanted the LOG command to always default to syslog. By the time we implemented OPERLOG, it was already too late since the default was "operlog if active" and already saved in everyone's profile. Besides the performance issues when sdsf operlog support came around, we also protected the logstream which would cause an error like "no records found" when people issued the log command and were not authorized for the logstream. So to this day I have the code in the ISFUSER exit but could probably get rid of the exit if all the profiles were updated via the exit (the SDSF parms were also updated years ago to make SYSLOG the default for new profiles). I probably tested this all way back then, but I can't remember the results (as far as the profile being updated to what I forced in the exit). Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

