Re: Vtam error code

2023-02-12 Thread Sri h Kolusu
>> VTAM error RtnCd:100900 Sense: Cmd:23 Where exactly I can find the >> explanation for 100900 ? Jake, As John has mentioned Your return code is X'10' and feedback '09' 16(X'10') 9 Unconditional Terminate or character-coded logoff received The logical unit has sent an uncondi

Re: Vtam error code

2023-02-12 Thread John S. Giltner, Jr.
Try checking for VTAM return code x10 fdbk2 x09 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Vtam error code

2023-02-12 Thread Joe Monk
Jake, What application is this from? Joe On Sun, Feb 12, 2023 at 3:24 AM Jake Anderson wrote: > Hello Joe > > Would you please point me to the manual where it explains? > > On Sun, Feb 12, 2023, 1:20 PM Joe Monk wrote: > > > I thnk a VTAM cmd code of 23 is an application requested cancel. > >

Re: Vtam error code

2023-02-12 Thread Jake Anderson
Hello Joe Would you please point me to the manual where it explains? On Sun, Feb 12, 2023, 1:20 PM Joe Monk wrote: > I thnk a VTAM cmd code of 23 is an application requested cancel. > > Joe > > On Sat, Feb 11, 2023 at 10:46 PM Jake Anderson > wrote: > > > Hello > > > > One of our application w

Re: Vtam error code

2023-02-12 Thread Joe Monk
I thnk a VTAM cmd code of 23 is an application requested cancel. Joe On Sat, Feb 11, 2023 at 10:46 PM Jake Anderson wrote: > Hello > > One of our application was reporting the below error. I was looking through > the SNA and IP codes but not able to find or am ignorant about the below > code >

Vtam error code

2023-02-11 Thread Jake Anderson
Hello One of our application was reporting the below error. I was looking through the SNA and IP codes but not able to find or am ignorant about the below code VTAM error RtnCd:100900 Sense: Cmd:23 Where exactly I can find the explanation for 100900 ? Jake