In a message dated 7/21/2005 1:08:44 P.M. Central Daylight Time,  
[EMAIL PROTECTED] writes:

I have a  PL/I program trying to work with ICSF, and using one of the
functions (I  don't remember which one) and I reached Return Code 8; Reason
Code 2068. It  means I must execute the program in supervisor state or key 0.

What can  I do to execute my program in Supervisor state?




At the minimum, you must execute the Assembler language MODESET macro with  
operands MODE=SUP (recommended) or KEY=ZERO (not recommended) before you  
invoke the function that is failing, linkedit/bind your program into an  
authorized 
library (APF list), and linkedit/bind it with the option AC=1.   There may be 
several other things necessary, depending on how you are executing  the PL/I 
program (batch job JCL, TSO command, etc.) and your data center's  security 
systems.  Adding a program into an authorized library is something  that most 
data centers do not let just anyone do.
 
Bill Fairchild

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