Re: SLIP - SA - DATA= for a dataspace???

2009-02-04 Thread Peter Relson
SLIP SET,SA,A=SVCD,ID=S001,+
   DSPNAME=jobname'.dspname,+
   DSSA='jobname'.dspname,+
   RA=(0001C681),+
   DA=(0001C681,EQ,F1),+
   E

For data spaces, you must have the address in a register and do indirection
off that register. Neither DSPNAME (which is a dumping parameter) nor DSSA
has any bearing on the way slip does its data match. DSSA does help a lot
to limit the "false" PER interrupts.

The ALET to use is, in general, not obtainable. SLIP can use the AR
associated with the indirecting GPR at the time of the PER interrupt..

Peter Relson
z/OS Core Technology Design
--
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: SLIP - SA - DATA= for a dataspace???

2009-02-03 Thread Pearson, David F.
Yes, there is a missing " ' ".  And my jobname is not "jobname", nor is my 
dataspace name "dspname".

Please disregard the syntax errors.

Thanks...

David Pearson
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Lizette Koehler
Sent: Tuesday, February 03, 2009 12:14 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: SLIP - SA - DATA= for a dataspace???

Sorry, silly question.
Should the second line with DSPNAME have more than one tick (quote) mark in it?

Lizette



>
>I have the following SLIP coded...
>
>SLIP SET,SA,A=SVCD,ID=S001,+  
>   DSPNAME=jobname'.dspname,+  
>   DSSA='jobname'.dspname,+ 
>   RA=(0001C681),+
>   DA=(0001C681,EQ,F1),+
>   E  
>
>
>But it did not catch.
>
>Question is:  Does the DA= (DATA=) refer to a location within the 
>dataspace being monitored or just plain old CSA?
>
>Could not find it clearly stated in the MVS Command Reference manual.
>
>Thanks in advance for any responses,
>

--
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: SLIP - SA - DATA= for a dataspace???

2009-02-03 Thread Lizette Koehler
Sorry, silly question.
Should the second line with DSPNAME have more than one tick (quote) mark in it?

Lizette



>
>I have the following SLIP coded...
>
>SLIP SET,SA,A=SVCD,ID=S001,+  
>   DSPNAME=jobname'.dspname,+  
>   DSSA='jobname'.dspname,+ 
>   RA=(0001C681),+
>   DA=(0001C681,EQ,F1),+
>   E  
>
>
>But it did not catch.
>
>Question is:  Does the DA= (DATA=) refer to a location within the dataspace 
>being monitored or just plain old CSA?
>
>Could not find it clearly stated in the MVS Command Reference manual.
>
>Thanks in advance for any responses,
>

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


SLIP - SA - DATA= for a dataspace???

2009-02-03 Thread David Pearson
I have the following SLIP coded...

SLIP SET,SA,A=SVCD,ID=S001,+  
   DSPNAME=jobname'.dspname,+  
   DSSA='jobname'.dspname,+ 
   RA=(0001C681),+
   DA=(0001C681,EQ,F1),+
   E  


But it did not catch.

Question is:  Does the DA= (DATA=) refer to a location within the dataspace 
being monitored or just plain old CSA?

Could not find it clearly stated in the MVS Command Reference manual.

Thanks in advance for any responses,

David Pearson

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