Re: BCPii retcode 3841

2023-09-05 Thread Radoslaw Skorupka

update
I should add to AUTHTSF another name: HWIC1TRX
Now it works... well... it still doesn't work, but it is no longer 3841 
return code. :-)


--
Radoslaw Skorupka
Lodz, Poland



W dniu 05.09.2023 o 10:25, Gadi Ben-Avi pisze:

Try adding the program to the AUTHTSF section of IKJPRMxx.
Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Radoslaw Skorupka
Sent: יום ג 05 ספטמבר 2023 11:22
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: BCPii retcode 3841

I'm trying to run a sample from the manual, nothing sophisticated:
ListType= HWI_LIST_CPCS;
Address BCPII "HWILIST retcode ConnectionToken ListType AnswerArea.
DiagArea."

and I get retcode = F01 (3841 dec).
The manual say HWI_AUTH_FAILURE, the program does not reside in APF-authorized 
library.
Note, the HWILIST module reside in CSSLIB, which is APF-authorized.
I run the exec from TSO.

Any clue?

--
Radoslaw Skorupka
Lodz, Poland



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


Re: BCPii retcode 3841

2023-09-05 Thread Itschak Mugzach
Did you run the TSO PARMLIB command (or mvs set)?

*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere
Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux
and IBM I **|  *

*|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|*
*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*





On Tue, Sep 5, 2023 at 11:36 AM Radoslaw Skorupka <
0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote:

> Well, I just tried and still same error code.
>
>
> --
> Radoslaw Skorupka
> Lodz, Poland
>
>
>
> W dniu 05.09.2023 o 10:25, Gadi Ben-Avi pisze:
> > Try adding the program to the AUTHTSF section of IKJPRMxx.
> > Gadi
> >
> > -Original Message-
> > From: IBM Mainframe Discussion List  On
> Behalf Of Radoslaw Skorupka
> > Sent: יום ג 05 ספטמבר 2023 11:22
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: BCPii retcode 3841
> >
> > I'm trying to run a sample from the manual, nothing sophisticated:
> > ListType= HWI_LIST_CPCS;
> > Address BCPII "HWILIST retcode ConnectionToken ListType AnswerArea.
> > DiagArea."
> >
> > and I get retcode = F01 (3841 dec).
> > The manual say HWI_AUTH_FAILURE, the program does not reside in
> APF-authorized library.
> > Note, the HWILIST module reside in CSSLIB, which is APF-authorized.
> > I run the exec from TSO.
> >
> > Any clue?
> >
> > --
> > Radoslaw Skorupka
> > Lodz, Poland
> >
>
> --
> 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: BCPii retcode 3841

2023-09-05 Thread Radoslaw Skorupka

Well, I just tried and still same error code.


--
Radoslaw Skorupka
Lodz, Poland



W dniu 05.09.2023 o 10:25, Gadi Ben-Avi pisze:

Try adding the program to the AUTHTSF section of IKJPRMxx.
Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Radoslaw Skorupka
Sent: יום ג 05 ספטמבר 2023 11:22
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: BCPii retcode 3841

I'm trying to run a sample from the manual, nothing sophisticated:
ListType= HWI_LIST_CPCS;
Address BCPII "HWILIST retcode ConnectionToken ListType AnswerArea.
DiagArea."

and I get retcode = F01 (3841 dec).
The manual say HWI_AUTH_FAILURE, the program does not reside in APF-authorized 
library.
Note, the HWILIST module reside in CSSLIB, which is APF-authorized.
I run the exec from TSO.

Any clue?

--
Radoslaw Skorupka
Lodz, Poland



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


Re: BCPii retcode 3841

2023-09-05 Thread Gadi Ben-Avi
Try adding the program to the AUTHTSF section of IKJPRMxx.
Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Radoslaw Skorupka
Sent: יום ג 05 ספטמבר 2023 11:22
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: BCPii retcode 3841

I'm trying to run a sample from the manual, nothing sophisticated:
ListType= HWI_LIST_CPCS;
Address BCPII "HWILIST retcode ConnectionToken ListType AnswerArea. 
DiagArea."

and I get retcode = F01 (3841 dec).
The manual say HWI_AUTH_FAILURE, the program does not reside in APF-authorized 
library.
Note, the HWILIST module reside in CSSLIB, which is APF-authorized.
I run the exec from TSO.

Any clue?

--
Radoslaw Skorupka
Lodz, Poland

--
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


BCPii retcode 3841

2023-09-05 Thread Radoslaw Skorupka

I'm trying to run a sample from the manual, nothing sophisticated:
ListType= HWI_LIST_CPCS;
Address BCPII "HWILIST retcode ConnectionToken ListType AnswerArea. 
DiagArea."


and I get retcode = F01 (3841 dec).
The manual say HWI_AUTH_FAILURE, the program does not reside in 
APF-authorized library.

Note, the HWILIST module reside in CSSLIB, which is APF-authorized.
I run the exec from TSO.

Any clue?

--
Radoslaw Skorupka
Lodz, Poland

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