Re: Major, Minor CDE

2014-01-01 Thread Peter Relson
I doing it from the outside XMEM I do not know what that means, but guessing that you mean that you are trying to access another address space's data from yours while within a work unit of yours, that in general is not possible. You cannot reliably access another address space by cross-memory

Re: Major, Minor CDE

2014-01-01 Thread Micheal Butz
Thank you :) code worked Thanks again ill do a sysevent From memory I think I may have to may have to do it by scheduling. SRB Sent from my iPhone On Jan 1, 2014, at 6:18 PM, Peter Relson rel...@us.ibm.com wrote: I doing it from the outside XMEM I do not know what that means, but

Re: Major, Minor CDE

2013-12-31 Thread Peter Relson
As has been posted in response to earlier threads related to the jobstep program task, ASCBXTCB contains the address of the jobstep program task when a job is active in an initiator or a started task's jobstep program has been attached. And, similarly, TCBJSTCB of *your* TCB (PSATOLD) will

Re: Major, Minor CDE

2013-12-31 Thread Micheal Butz
Thanks in either case I would to chain to the oldest RB to get the EXEC PGM=. CDE Sent from my iPhone On Dec 31, 2013, at 8:17 AM, Peter Relson rel...@us.ibm.com wrote: As has been posted in response to earlier threads related to the jobstep program task, ASCBXTCB contains the address

Re: Major, Minor CDE

2013-12-31 Thread Shmuel Metz (Seymour J.)
In 0f20e5de-10c1-4297-9d1f-f0f2c23cc...@optonline.net, on 12/30/2013 at 05:15 PM, Micheal Butz michealb...@optonline.net said: I started from ASXBFTCB looking at TCBJPQ which had a CDE entry but not for program on the job step. There may be more than one job step in an address space.

Re: Major, Minor CDE

2013-12-31 Thread Micheal Butz
I doing it from the outside XMEM But the first is good enough Sent from my iPhone On Dec 31, 2013, at 2:38 PM, Shmuel Metz (Seymour J.) shmuel+ibm-m...@patriot.net wrote: In 0f20e5de-10c1-4297-9d1f-f0f2c23cc...@optonline.net, on 12/30/2013 at 05:15 PM, Micheal Butz

Major, Minor CDE

2013-12-30 Thread Micheal Butz
Hi, I have been chaining the CDE entries looking for the executing program of the job step. I started from ASXBFTCB looking at TCBJPQ which had a CDE entry but not for program on the job step. At the third TCB using TCBTCB as a forward chain. Looking at TCBJPQ the 2nd forward chain CDCHAIN I

Re: Major, Minor CDE

2013-12-30 Thread Ed Jaffe
On 12/30/2013 2:15 PM, Micheal Butz wrote: Is there any way of knowing what cdentry represents the program job step RBCDE, in the oldest PRB under the TCB pointed to by TCBJSTCB, contains that address. -- Edward E Jaffe Phoenix Software International, Inc 831 Parkview Drive North El

Re: Major, Minor CDE

2013-12-30 Thread Walt Farrell
On Mon, 30 Dec 2013 17:15:23 -0500, Micheal Butz michealb...@optonline.net wrote: I have been chaining the CDE entries looking for the executing program of the job step. As Ed indicated, RBCDE from the oldest PRB in the jobstep TCB would be the CDE you want, but I'm a bit puzzled why your

Re: Major, Minor CDE

2013-12-30 Thread Micheal Butz
I am doing some XMEM work the user enters an ASID in order to be sure he/she is looking at the right address space I would like to be able to get the job step CDE So for DFHSIP he/she would be looking at a CICS region for IKJEFT01 a TSO address space Etc Sent from my iPhone On Dec 30,

Re: Major, Minor CDE

2013-12-30 Thread Micheal Butz
That would the 4th TCB's TCBRBP As the first three are related to the Initiator. Sent from my iPhone On Dec 30, 2013, at 5:49 PM, Ed Jaffe edja...@phoenixsoftware.com wrote: On 12/30/2013 2:15 PM, Micheal Butz wrote: Is there any way of knowing what cdentry represents the program job

Re: Major, Minor CDE

2013-12-30 Thread Micheal Butz
In a batch job started by the initiator Not a started task. Sent from my iPhone On Dec 30, 2013, at 7:22 PM, Micheal Butz michealb...@optonline.net wrote: That would the 4th TCB's TCBRBP As the first three are related to the Initiator. Sent from my iPhone On Dec 30, 2013, at 5:49