On 7/22/2005 6:50 AM, De La Fuente Seivane, Victor wrote:
Yes, it's a CICS program.
The function offers another possibility: System Key 0-7. But no idea on how
to do it...
The exact explanation for the error is:
| 814 (2068) | You supplied a key identifier or token to the key
|
| | generate, key import, multiple secure key import, key
|
| | export, or key record write callable service. This key
|
| | identifier holds an importer or exporter key, and the
|
| | NOCV bit is on in the token. Only programs running in
|
| | supervisor state or in a system key (key 0-7) may
|
| | provide a key identifier with this bit set on. Your
|
| | program was not running in supervisor state or a system
|
| | key.
|
| |
|
| | User action: Either use a different key identifier, or
|
| | else run in supervisor state or a system key.
You basically cannot run CICS programs (at least, not CICS transaction
programs run in a CICS region) in supervisor state or system key.
I suggest you look at the alternative of using a different key identifier.
Actually, since you're a newbie, the other possibility (and it may be a
good one) is that you're passing incorrect parameters to ICSF, and have
gotten the key identifier wrong. If that is true, fixing your coding
error will also avoid this problem.
Walt
----------------------------------------------------------------------
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