Re: Ibm macro instructions code clarification

2021-01-12 Thread Jake Anderson
Apologies for giving a minimal information

This is a SNA application where user use to connect Database and they
receive FDBK2 00

This is the only information I have from the log and I have raised a case
with Product support for further investigation and meanwhile just curious
about these codes



On Tue, 12 Jan, 2021, 7:18 pm Charles Mills,  wrote:

> I think that's the problem: he does not know. They run some program for
> which the source code is not readily available. It fails, with the message
> FDBWD : 00141300 FDBK2. He knows that is insufficient information but wants
> to know if anyone here recognizes it, goes "oh yeah, that would be a blah
> blah blah failure in X."
>
> Trying to help, some IBM products issue a "feedback two" or FDBK2 code:
> VTAM comes to mind. VTAM return code and feedback of 0014 13 would be CID
> not valid: The RPLARG field or the NIBCID field does not contain a valid
> CID, or a valid CID was issued with the wrong ACB, or INTRPRET is being
> used for a cross-domain LU.
>
> @Jake, what *might* the product be trying to do? Is it a
> telecommunications product? A database product ...
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of John McKown
> Sent: Tuesday, January 12, 2021 3:14 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Ibm macro instructions code clarification
>
> Really vague. What  function are you trying to do? I am used to those
> fields being VSAM, and they are documented in the DFSMS manuals. But were
> you doing an OPEN, or a GET, or a PUT, or a CLOSE, or something else? What
> is the Return Code (Register 15)? Are you using RLS or TVS? What version of
> z/OS?
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Ibm macro instructions code clarification

2021-01-12 Thread Charles Mills
I think that's the problem: he does not know. They run some program for which 
the source code is not readily available. It fails, with the message FDBWD : 
00141300 FDBK2. He knows that is insufficient information but wants to know if 
anyone here recognizes it, goes "oh yeah, that would be a blah blah blah 
failure in X."

Trying to help, some IBM products issue a "feedback two" or FDBK2 code: VTAM 
comes to mind. VTAM return code and feedback of 0014 13 would be CID not valid: 
The RPLARG field or the NIBCID field does not contain a valid CID, or a valid 
CID was issued with the wrong ACB, or INTRPRET is being used for a cross-domain 
LU.

@Jake, what *might* the product be trying to do? Is it a telecommunications 
product? A database product ...

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John McKown
Sent: Tuesday, January 12, 2021 3:14 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Ibm macro instructions code clarification

Really vague. What  function are you trying to do? I am used to those
fields being VSAM, and they are documented in the DFSMS manuals. But were
you doing an OPEN, or a GET, or a PUT, or a CLOSE, or something else? What
is the Return Code (Register 15)? Are you using RLS or TVS? What version of
z/OS?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Ibm macro instructions code clarification

2021-01-12 Thread Joe Monk
Without a little more info (i.e. what product) its kinda hard to help.

BUT, having said that,

FDBWD usually means FDB WORD

00141300 = the value of FDBWD

FDBK2 ... there should be some data here. FDBK2 is normally some type of
error code.

Joe


On Tue, Jan 12, 2021 at 12:55 AM Jake Anderson 
wrote:

> Hello
>
> Apologies for my ignorance. One of our product failed with FDBWD : 00141300
> FDBK2.
>
> I am not able to decode the meaning or explanation for FDBWD. Could someone
> please help to understand so that I can make sure I understand fully ?
>
> Jake
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Ibm macro instructions code clarification

2021-01-12 Thread John McKown
Really vague. What  function are you trying to do? I am used to those
fields being VSAM, and they are documented in the DFSMS manuals. But were
you doing an OPEN, or a GET, or a PUT, or a CLOSE, or something else? What
is the Return Code (Register 15)? Are you using RLS or TVS? What version of
z/OS?

A quick search on "00141300" did not get any hits.

On Tue, Jan 12, 2021 at 12:55 AM Jake Anderson 
wrote:

> Hello
>
> Apologies for my ignorance. One of our product failed with FDBWD : 00141300
> FDBK2.
>
> I am not able to decode the meaning or explanation for FDBWD. Could someone
> please help to understand so that I can make sure I understand fully ?
>
> Jake
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Ibm macro instructions code clarification

2021-01-12 Thread Rupert Reynolds
Are there any other messages issued at the same time?

Also, by "our product" do you mean it is written by your organisation?

Roops

On Tue., Jan. 12, 2021, 06:54 Jake Anderson, 
wrote:

> Hello
>
> Apologies for my ignorance. One of our product failed with FDBWD : 00141300
> FDBK2.
>
> I am not able to decode the meaning or explanation for FDBWD. Could someone
> please help to understand so that I can make sure I understand fully ?
>
> Jake
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Ibm macro instructions code clarification

2021-01-11 Thread Jake Anderson
Hello

Apologies for my ignorance. One of our product failed with FDBWD : 00141300
FDBK2.

I am not able to decode the meaning or explanation for FDBWD. Could someone
please help to understand so that I can make sure I understand fully ?

Jake

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN