At first LOAD (SVC 08) is a NONO under CICS as in case of transactions abends 
nobody will ever free the storage for this prog. Look at the CICS API Exec Cics 
Load command.
 
CICS will then LOAD the program depending on the RENT,RMODE into the RDSA, 
SDSA, ERDSA or ESDSA.

The Exec Cics will give you back the entrypoint and now it's a simple BALR 
R14,R15 (assume same mode).

I don't understand your request! 

Roland

-----Ursprüngliche Nachricht-----
Von: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Im Auftrag von 
Richard Verville
Gesendet: Mittwoch, 22. Juni 2005 20:19
An: [email protected]
Betreff: ISKE/IVSK


I'm looking for advice on the use of IVSK / ISKE instructions, I have this 
program that loads (SVC 08) a couple of programs. The program that load is 
running key9 , however SVC08 load them in key8 with fetch protection... I'm 
trying to turn off the fetch protect bit with sske but when I run IVSK and ISKE 
I get different key. The program thats read the storage is a CICS program. I 
pass to ISKE the real address which I obtain from LRA. It makes me wonder if 
CICS is turning on / off the fetch protect bit because I trace with CEDF & I 
can browse the loaded program but can't run the user program. Any ideas richard

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

Reply via email to