code=338 dfsmsrmm
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
I am implementing RMM on my z/OS 1.13 system and all appears to be working fine except when trying to use the ISPF interface. I can enter into the dialogs, but when I attempt to display or update volume or do anything within those dialogs I get the following abend:
IEA995I SYMPTOM DUMP OUTPUT 004
SYSTEM COMPLETION CODE=338 REASON CODE=02390001
TIME=17.07.44 SEQ=00041 CPU=0000 ASID=0038
PSW AT TIME OF ERROR 070C2001 8150073C ILC 2 INTC 0D
NO ACTIVE MODULE FOUND - PRIMARY NOT EQUAL TO HOME
NAME=UNKNOWN
DATA AT PSW 01500736 - BFFFD9F4 0A0D90E6 D1D0908C
AR/GR 0: 00000000/00000048_0000100D 1: 00000000/00000000_04338000
2: 00000000/00000000_00000000 3: 00000000/00000048_0022F040
4: 00000000/00000000_00000000 5: 00000000/00000000_00000000
6: 00000000/00000000_01500B6D 7: 00000000/00000000_00000004
8: 00000000/00000000_7F1A7120 9: 00000000/00000000_7F1A70C4
A: 00000000/00000000_00000239 B: 00000001/00000000_00000000
C: 00000000/00000000_01500B10 D: 00000000/00000000_7F1A6A40
E: 00000000/00000000_01500AFE F: 00000000/0002F68A_02390001
END OF SYMPTOM DUMP
According to the manuals, the CODE=338 means that I am attempting to execute a program that requires APF authorization. All of the datasets in my TSO logon procedure are in the APF authorization list.
Is there a utility or a trace I can turn on that will trap the information regarding the module being executed? If I can determine the module name, then I can find the library it resides in and make it APF authorized.
Rick