Re: JES2 z/OS 1.9 Exit 54 Setting Tokens

2009-03-03 Thread Smith, Sean M
Thank you Rob.  I was able to get all three sets of Name/Token Pairs
however I believe you were right about the CA user table as I could not
find the pairs I was looking for that I am positive exist.

Sean

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Rob Scott
Sent: Monday, March 02, 2009 2:45 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: JES2 z/OS 1.9 Exit 54 Setting Tokens

Sean 

The freeware MXI will only show system level Name/Token pairs - to see
the asid and task level ones requires the commercial version.

However, if you want to discover them yourself :

(o) SystemPointed to by ECVTNTTP
(o) ASID  Pointed to by ASSBNTTP
(o) Task  Pointed to by STCBNTTP

The format of the NTTE and its header block are OCO and not a GUPI -
however if you are just reading the contents it is not diffuclt to work
out the format. 

Note that vendors also have an alternative to name/token pairs if they
have a slot on the "customer table" - this allows them to anchor product
control blocks centrally for fast access. 


Rob Scott
Rocket Software, Inc
275 Grove Street
Newton, MA 02466
617-614-2305
rsc...@rs.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Smith, Sean M
Sent: 02 March 2009 22:23
To: IBM-MAIN@bama.ua.edu
Subject: JES2 z/OS 1.9 Exit 54 Setting Tokens

Hi List,

I have a JES Exit(54) that grabs a bit of storage and saves off the
address in a Name/Token pair via the $TOKENSR macro.  The token is
created at the HOME level.  I am trying to find where the Name/Token
pairs are kept for these HOME level pairs.  I dumped the CA7 address
space which encountered a problem setting the Token/Pair (CC=0004).  I
tried tracing the control blocks from:

CVT -> ASCB
ASCB -> ASSB
ASSB -> NHHT

In my own address space this works just fine but I didn't find any in
the CA7 address space.  I also tried using MXI NTOK to display the pairs
but the one set by this Exit(54) is not there either.

Any ideas?

Sean 

--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: JES2 z/OS 1.9 Exit 54 Setting Tokens

2009-03-02 Thread Rob Scott
Sean 

The freeware MXI will only show system level Name/Token pairs - to see the asid 
and task level ones requires the commercial version.

However, if you want to discover them yourself :

(o) SystemPointed to by ECVTNTTP
(o) ASID  Pointed to by ASSBNTTP
(o) Task  Pointed to by STCBNTTP

The format of the NTTE and its header block are OCO and not a GUPI - however if 
you are just reading the contents it is not diffuclt to work out the format. 

Note that vendors also have an alternative to name/token pairs if they have a 
slot on the "customer table" - this allows them to anchor product control 
blocks centrally for fast access. 


Rob Scott
Rocket Software, Inc
275 Grove Street
Newton, MA 02466
617-614-2305
rsc...@rs.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Smith, Sean M
Sent: 02 March 2009 22:23
To: IBM-MAIN@bama.ua.edu
Subject: JES2 z/OS 1.9 Exit 54 Setting Tokens

Hi List,

I have a JES Exit(54) that grabs a bit of storage and saves off the address in 
a Name/Token pair via the $TOKENSR macro.  The token is created at the HOME 
level.  I am trying to find where the Name/Token pairs are kept for these HOME 
level pairs.  I dumped the CA7 address space which encountered a problem 
setting the Token/Pair (CC=0004).  I tried tracing the control blocks from:

CVT -> ASCB
ASCB -> ASSB
ASSB -> NHHT

In my own address space this works just fine but I didn't find any in the CA7 
address space.  I also tried using MXI NTOK to display the pairs but the one 
set by this Exit(54) is not there either.

Any ideas?

Sean 

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: JES2 z/OS 1.9 Exit 54 Setting Tokens

2009-03-02 Thread Bob Halpern
If I remember correctly (subject to sometimers disese) CA has a reseved slot
in the cvt (along with other well known vendors)

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Smith, Sean M
Sent: Monday, March 02, 2009 2:23 PM
To: IBM-MAIN@bama.ua.edu
Subject: JES2 z/OS 1.9 Exit 54 Setting Tokens

Hi List,

I have a JES Exit(54) that grabs a bit of storage and saves off the
address in a Name/Token pair via the $TOKENSR macro.  The token is
created at the HOME level.  I am trying to find where the Name/Token
pairs are kept for these HOME level pairs.  I dumped the CA7 address
space which encountered a problem setting the Token/Pair (CC=0004).  I
tried tracing the control blocks from:

CVT -> ASCB
ASCB -> ASSB
ASSB -> NHHT

In my own address space this works just fine but I didn't find any in
the CA7 address space.  I also tried using MXI NTOK to display the pairs
but the one set by this Exit(54) is not there either.

Any ideas?

Sean 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


JES2 z/OS 1.9 Exit 54 Setting Tokens

2009-03-02 Thread Smith, Sean M
Hi List,

I have a JES Exit(54) that grabs a bit of storage and saves off the
address in a Name/Token pair via the $TOKENSR macro.  The token is
created at the HOME level.  I am trying to find where the Name/Token
pairs are kept for these HOME level pairs.  I dumped the CA7 address
space which encountered a problem setting the Token/Pair (CC=0004).  I
tried tracing the control blocks from:

CVT -> ASCB
ASCB -> ASSB
ASSB -> NHHT

In my own address space this works just fine but I didn't find any in
the CA7 address space.  I also tried using MXI NTOK to display the pairs
but the one set by this Exit(54) is not there either.

Any ideas?

Sean 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html