Re: Changing the primary AUTHID using RACROUTE

2016-10-16 Thread scott Ford
;> >> >> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf >> of Janet Graff <004dc9e91b6d-dmarc-requ...@listserv.ua.edu> >> Sent: Thursday, October 13, 2016 1:14 AM >> To: IBM-MAIN@LISTSERV.UA

Re: Changing the primary AUTHID using RACROUTE

2016-10-16 Thread scott Ford
__ > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU > <javascript:;>> on behalf of Janet Graff < > 004dc9e91b6d-dmarc-requ...@listserv.ua.edu <javascript:;>> > Sent: Thursday, October 13, 2016 1:14 AM > To: IBM-MAIN@LISTSERV.U

Re: Changing the primary AUTHID using RACROUTE

2016-10-13 Thread J R
nt: Thursday, October 13, 2016 1:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Changing the primary AUTHID using RACROUTE >Put the address of the new ACEE in ASCBSENV and/or TCBSENV as appropriate? >J R I think it's ASXBSENV. For my test application TCBSENV is 0. I get a S0C4 when I do

Re: Changing the primary AUTHID using RACROUTE

2016-10-13 Thread Janet Graff
>For simplicity and safety,you could attach a subtask, and do the VERIFY (and >the cross-memory call) from that subtask. Then, on the VERIFY, if you >omit >the ACEE parameter RACF will (as documented in the RACROUTE book) put the ACEE >address into TCBSENV for you. If the cross-memory server

Re: Changing the primary AUTHID using RACROUTE

2016-10-13 Thread Janet Graff
>I'm afraid we still don't know enough about how your cross-memory server is >operating. In an earlier post you implied that it will choose whether to >use >the primary or secondary ID. How does it make that choice? And how does it >find both of them. >If you change ASXBSENV you are changing

Re: Changing the primary AUTHID using RACROUTE

2016-10-13 Thread Walt Farrell
On Thu, 13 Oct 2016 00:29:58 -0500, Janet Graff wrote: >Aha, I just released I have to be in Key 0 to store into the ASXB. Can >someone confirm that to change the ACEE in use, I have to update ASXBSENV? >That there is no macro that will do this for me? I'm afraid we

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Janet Graff
>>Put the address of the new ACEE in ASCBSENV and/or TCBSENV as appropriate? >>J R >I think it's ASXBSENV. >For my test application TCBSENV is 0. >I get a S0C4 when I do attempt to replace ASXBSENV despite being authorized >and in supervisor mode. It feels like there is a RACROUTE macro or

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Janet Graff
>Put the address of the new ACEE in ASCBSENV and/or TCBSENV as appropriate? >J R I think it's ASXBSENV. For my test application TCBSENV is 0. I get a S0C4 when I do attempt to replace ASXBSENV despite being authorized and in supervisor mode. It feels like there is a RACROUTE macro or

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread J R
Put the address of the new ACEE in ASCBSENV and/or TCBSENV as appropriate? Sent from my iPhone On Oct 12, 2016, at 21:36, Janet Graff <004dc9e91b6d-dmarc-requ...@listserv.ua.edu> wrote: >> Thanks for the info. It helps a bit, but not enough. > >> First, just to make sure you know, you

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Janet Graff
>Thanks for the info. It helps a bit, but not enough. >First, just to make sure you know, you can't do a RACROUTE REQUEST=VERIFY >while running in cross-memory mode. You would need to create a >request for >another task running in your server primary, queue the request to the task, >and

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Charles Mills
and ACF2 environments. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Janet Graff Sent: Wednesday, October 12, 2016 4:53 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Changing the primary AUTHID using RACROUTE >It would h

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Walt Farrell
On Wed, 12 Oct 2016 18:53:29 -0500, Janet Graff wrote: >I am writing a test program for a system level task. The system level task >accepts cross memory service calls from various address spaces including CICS, >IDMS and IMS so it needs to be able to handle secondary

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Tony Harminc
On 12 October 2016 at 18:25, Janet Graff <004dc9e91b6d-dmarc-requ...@listserv.ua.edu> wrote: > I changed the TERMID to point to a D'0' but I'm getting the same error message > > ICH408I JOB(JIGRACF ) STEP(RUN ) 944 > LOGON/JOB INITIATION - USER AT TERMINAL NOT RACF-DEFINED >

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Janet Graff
>It would help to know why you want to do that, and what you intend to do after >you have the ACEE. It's possible that there are alternatives that >would be >better, which we might recommend if we had some more information. >However, you don't _need_ a TERMID unless you're doing a RACROUTE

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Charles Mills
day, October 12, 2016 3:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Changing the primary AUTHID using RACROUTE >From your current ACEE? >http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r >1.ichb200/ich2b2_ACEE_and_related_control_blocks.htm >52 (34) ADDRESS 4 A

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Walt Farrell
On Wed, 12 Oct 2016 15:58:12 -0500, Janet Graff wrote: >I have an application and I want to change the the userid. I have the RACF >macros coded but I'm having trouble coming up with the >source of TERMID. >Where do I get the TERMID? It would help to know why you want

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Janet Graff
>From your current ACEE? >http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ichb200/ich2b2_ACEE_and_related_control_blocks.htm > >52 (34) ADDRESS 4 ACEETRMP Address that points to the terminal ID. The field is >zero for non-terminal users. >Charles Yes, the Batch job is

Re: Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Charles Mills
age- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Janet Graff Sent: Wednesday, October 12, 2016 1:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Changing the primary AUTHID using RACROUTE I have an application and I want to change the the userid. I have the R

Changing the primary AUTHID using RACROUTE

2016-10-12 Thread Janet Graff
I have an application and I want to change the the userid. I have the RACF macros coded but I'm having trouble coming up with the source of TERMID. Where do I get the TERMID? The code in question looks like this: MODESET MODE=SUP LAR7,RACFWORK MVC