For GET or PUT (QSAM), if there is no SYNAD "exit" you'll get an S001 or
S002 ABEND unless (maybe) you also have EROPT=ACC, which I would not
recommend. Reg 15 is not used as an RC.
JB wrote:
> Steve Myers schrieb:
>
>> It occurred to me a SYNAD exit may never see this error if MVS
>> successfully retries the request on another path.
>>
>
> Our Customer says, they had a problem with the microcode. Now they do
> an downgrade of the Code.
>
> It seems, I never get a message if the layer (or Filesystem) beyond my
> source give the wrong answer.
>
> Or is possible, that the GET, PUT Macro gives me the answer, if I
> controll the Register 15, like
>
> GET DCBIN
> LTR R15, R15
> BNZ Errorhandling
>


|