Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Gord Tomlin
On 2019-10-28 21:09, Rob Schramm wrote: If you have an ACF2 system, you can turn on SAF tracing and have it formatted by SAF macro. Jobname/STC filtering available. Caution should be used when using the tracing. Thanks Rob. I don't have an ACF2 system, but I might be able to get the customer

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Gord Tomlin
On 2019-10-28 21:01, Jon Perryman wrote: You can easily send a small assembler program that issues this racroute stat and issue WTO TEXT= to display the results. Don't bother converting hex to display format in the WTO. WTO doesn't care if you include hex data in the message text. Use SDSF SE

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Rob Schramm
If you have an ACF2 system, you can turn on SAF tracing and have it formatted by SAF macro. Jobname/STC filtering available. Caution should be used when using the tracing. Rob Schramm On Mon, Oct 28, 2019, 21:03 Jon Perryman wrote: > You can easily send a small assembler program that issues

Re: RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Jon Perryman
You can easily send a small assembler program that issues this racroute stat and issue WTO TEXT= to display the results. Don't bother converting hex to display format in the WTO. WTO doesn't care if you include hex data in the message text. Use SDSF SE (Select Edit) for the joblog and turn hex

RACROUTE REQUEST=STAT and ACF2

2019-10-28 Thread Gord Tomlin
We have recently had a problem reported to us by a customer who runs ACF2. In our products, we check for the presence of a resource class "$MZCA" using: RACROUTE REQUEST=STAT,WORKA=RACFWA,RELEASE=1.9,CLASS=$MZCA, DECOUPL=YES, MF=(E,LSTAT) .